|
14 | 14 | - [x] Github Actions workflow for linting and testing. |
15 | 15 | - [x] Clear community files like [CONTRIBUTING.md](https://github.com/pluginpal/strapi-plugin-boilerplate/blob/main/CONTRIBUTING.md) and [CODE-OF-CONDUCT.md](https://github.com/pluginpal/strapi-plugin-boilerplate/blob/main/CODE_OF_CONDUCT.md). |
16 | 16 | - [x] Jest & Supertest for testing your plugin API's. |
17 | | -- [ ] Cypress for GUI e2e tests |
| 17 | +- [x] Cypress for GUI e2e tests |
18 | 18 |
|
19 | 19 | ## ⏳ How to use |
20 | 20 |
|
@@ -65,22 +65,25 @@ To better understand how and why this repository has been setup, please read the |
65 | 65 | 7. `yarn test:jest` |
66 | 66 | - Runs the jest tests. Can contain unit & integration tests. |
67 | 67 | - Used in the test step of the pipeline. |
| 68 | +8. `yarn test:cypress` |
| 69 | + - Runs the cypress tests. Contains e2e tests. |
| 70 | + - Used in the test step of the pipeline. |
68 | 71 |
|
69 | 72 | ### Playground commands |
70 | 73 |
|
71 | | -8. `yarn playground:install` |
| 74 | +9. `yarn playground:install` |
72 | 75 | - Installs the plugin into the playground using `yalc-add-link`. |
73 | 76 | - Installs all other dependencies of the playground. |
74 | | -9. `yarn playground:yalc-add` |
| 77 | +10. `yarn playground:yalc-add` |
75 | 78 | - Installs a production-like version of the plugin, into the playground. |
76 | | -10. `yarn playground:yalc-add-link` |
| 79 | +11. `yarn playground:yalc-add-link` |
77 | 80 | - Installs a development build of the plugin, into the playground. |
78 | | -11. `yarn playground:build` |
| 81 | +12. `yarn playground:build` |
79 | 82 | - The native Strapi build command, ran in the playground. |
80 | 83 | - [Documentation can be found here](https://docs.strapi.io/dev-docs/cli). |
81 | | -12. `yarn playground:develop` |
| 84 | +13. `yarn playground:develop` |
82 | 85 | - The native Strapi develop command, ran in the playground. |
83 | 86 | - [Documentation can be found here](https://docs.strapi.io/dev-docs/cli). |
84 | | -13. `yarn playground:start` |
| 87 | +14. `yarn playground:start` |
85 | 88 | - The native Strapi start command, ran in the playground. |
86 | 89 | - [Documentation can be found here](https://docs.strapi.io/dev-docs/cli). |
0 commit comments