You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,11 @@ In an Administrator PowerShell run the following commands: <br />
38
38
# How it works
39
39
40
40
41
-
1. On the initial screen, load your application to start creating tests.
41
+
1. On the initial screen, a user is prompt to login or sign up (via OAuth or standard sign-up/login). Once logged in choose your file and load your application to start creating tests.
42
42
43
43

44
44
45
-
2. Utilize our auto-complete, drop-down options, and tooltips features to easily create arrangement, action, and assertion test statements for React; reducer, action creator, asynchronous action creator, and middleware test statements for Redux; and hooks, context, and endpoint test statements.
45
+
2. Utilize our auto-complete, drop-down options, and tooltips features to easily create arrangement, action, and assertion test statements for React; reducer, action creator, asynchronous action creator, and middleware test statements for Redux; and hooks, context, and endpoint test statements. Spearmint can save test templates for future use for logged in user.
46
46
47
47

48
48
@@ -55,6 +55,16 @@ In an Administrator PowerShell run the following commands: <br />
55
55
5. Accessibility lens have been added in the app to give developers with different mismatches various options to interact with the app.
56
56

57
57
58
+
# New features with version 0.7.0
59
+
60
+
-Sign-up and Login
61
+
62
+
-OAuth Login available through GitHub
63
+
64
+
-Save test states
65
+
66
+
-**NEW** Accessibility lenses for Low-vision and light sensitivity
67
+
58
68
<br>
59
69
60
70
@@ -76,6 +86,7 @@ In an Administrator PowerShell run the following commands: <br />
76
86
> Cornelius [@corneeltron](https://github.com/corneeltron) ·
77
87
> Dave [@davefranz](https://github.com/davefranz) ·
0 commit comments