|
3 | 3 | Spearmint helps developers easily create functional React tests without writing any code. It dynamically converts user inputs into executable Jest test code by using DOM query selectors provided by the react-testing-library. |
4 | 4 |
|
5 | 5 | ## How to use |
6 | | -Download spearmint @ spearmintjs.com. Available for Mac OS, Windows, and Linux. To run tests generated by spearmint install jest, jest-dom, react-testing-library, and test-data-bot in your dev dependencies. |
| 6 | + |
| 7 | +Download spearmint @ spearmintjs.com. Available for Mac OS, Windows, and Linux. To run tests generated by spearmint install jest, jest-dom, react-testing-library, and test-data-bot in your dev dependencies. |
7 | 8 |
|
8 | 9 | npm i -D jest jest-dom @testing-library/react test-data-bot |
9 | 10 |
|
10 | 11 | ## How it works |
| 12 | + |
11 | 13 | 1. On the initial screen, enter the URL of your project and load your React application to start creating tests. |
12 | | - |
13 | 14 |
|
14 | 15 |  |
15 | 16 |
|
16 | 17 | 2. Utilize our auto-complete, drop-down options, and tooltips features to easily create arrangement, action, and assertion test statements. |
17 | | - |
18 | 18 |
|
19 | 19 |  |
20 | 20 |
|
21 | 21 | 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. |
22 | | - |
23 | | -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. |
24 | | - |
| 22 | + |
| 23 | +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. |
25 | 24 |
|
26 | 25 |  |
| 26 | + |
| 27 | +## Team |
| 28 | + |
| 29 | +> Alex [@apark0720](https://github.com/apark0720) · |
| 30 | +> Johnny [@johnny-lim](https://github.com/johnny-lim) · |
| 31 | +> Julie [@julicious100](https://github.com/julicious100) · |
| 32 | +> Natlyn [@natlynp](https://github.com/natlynp) · |
| 33 | +> Karen [@karenpinilla](https://github.com/karenpinilla) |
0 commit comments