Skip to content

Commit 871a1b8

Browse files
authored
Update README.md
1 parent 559f3a1 commit 871a1b8

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,30 @@ In an Administrator PowerShell run the following command:
3535

3636
1. On the initial screen, load your application to start creating tests.
3737

38-
![](/public/spearmint_open_folder_page.JPG)
38+
![](/public/mainPage.JPG)
3939

4040
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.
4141

42-
![](/public/newReact.png?raw=true)
42+
![](/public/generateTest.JPG)
4343

44-
3. Refer to the browser view of your app that is displayed on the right to quickly identify values for your selectors and use the file directory to open up a code editor view to easily refer to your codebase for props information.
44+
3. Spearmint will then convert user input to dynamically generate a test file, which you can click export icon on the left nav bar to automatically save the test file in the **\_\_tests\_\_** folder.
4545

46-
4. Spearmint will then convert user input to dynamically generate a test file that will be saved inside a **tests** folder, which you can use to run ‘npm test’ on.
4746

47+
4. Lastly click **Run Test** button and follow the guide and click what type of test you would like to perform
48+
![](/public/runTest.JPG)
4849

50+
5. Optionally, accessibility lenese have been added in the app to give developers with different mismatches various options to interact with the app.
51+
![](/public/AccLens_Demo.gif)
4952

5053
<br>
5154

55+
56+
# Demo
57+
58+
![](/public/AccLens_Demo.gif)
59+
60+
***
61+
5262
### The Spearmint Team
5363
<hr>
5464

0 commit comments

Comments
 (0)