Skip to content

Commit bb23c55

Browse files
authored
Merge pull request #44 from oslabs-beta/MaxWeisen-patch-2-1
Proof read README
2 parents 006bce7 + ec2ca40 commit bb23c55

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,15 @@ First install
2323

2424
**Prerequisite**: Install Python and Microsoft C++ Build Tools.
2525

26-
In an Administrator PowerShell run the following command:
27-
```choco install python visualcpp-build-tools -y npm config set msvs_version 2017```
26+
In an Administrator PowerShell run the following commands: <br />
27+
```choco install python visualcpp-build-tools -y``` <br />
28+
```npm config set msvs_version 2017```
2829

2930
1. Fork and clone this repository.
3031
2. ```npm run install-once```
3132
3. ```npm run start-windows```
3233

33-
Download spearmint @ spearmintjs.com. Available for Mac OS, Windows and Linux.
3434

35-
36-
Mac users:
37-
### Pre-requisite
38-
* Download latest version of Xcode
39-
* run "npm install-once" to install dependencies and run electron rebuild sequentially
40-
4135
<br>
4236

4337

@@ -46,27 +40,27 @@ Mac users:
4640

4741
1. On the initial screen, load your application to start creating tests.
4842

49-
![](/public/mainPage.JPG)
43+
![](/public/mainPage.png)
5044

5145
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.
5246

53-
![](/public/generateTest.JPG)
47+
![](/public/generateTest.png)
5448

5549
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.
5650

5751

58-
4. Lastly click **Run Test** button and follow the guide and click what type of test you would like to perform
59-
![](/public/runTest.JPG)
52+
4. Lastly click **Run Test** button and follow the guide and click what type of test you would like to perform.
53+
![](/public/runTest.png)
6054

61-
5. Optionally, accessibility lenese have been added in the app to give developers with different mismatches various options to interact with the app.
55+
5. Accessibility lens have been added in the app to give developers with different mismatches various options to interact with the app.
6256
![](/public/AccLens_Demo.gif)
6357

6458
<br>
6559

6660

6761
# Demo
6862

69-
![](/public/AccLens_Demo.gif)
63+
![](/public/inapp-test-demo-run-test.gif)
7064

7165
***
7266

0 commit comments

Comments
 (0)