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
-[x] An isolated Strapi instance for testing and development, the Playground.
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
-
-[] Jest & Supertest for testing your plugin API's.
16
+
-[x] Jest & Supertest for testing your plugin API's.
17
17
-[ ] Cypress for GUI e2e tests
18
18
19
19
## ⏳ How to use
20
20
21
-
This repository is meant to be a template for new plugins. It can be used as a starting point, giving you the resources to built a test-driven Strapi plugin.
21
+
This repository is meant to be a template for new plugins. It can be used as a starting point, giving you the resources to built a test-driven Strapi v5 plugin.
22
22
23
23
After creating your copy of the template, do a find-replace through the code and change the following:
24
24
@@ -29,11 +29,11 @@ You're all set! Go make your plugin and write some tests!
29
29
30
30
## 📓 Tutorials
31
31
32
-
This repository has been made alongside an article series called **"Automated Testing for Strapi Plugins"**.
32
+
This repository has been made alongside an article series called **"Automated Testing for Strapi v5 Plugins"**.
33
33
To better understand how and why this repository has been setup, please read the following articles:
34
34
35
35
1.[Using a Playground Instance](https://www.pluginpal.io/automated-testing-for-strapi-plugins-using-a-playground-instance)
36
-
2.Integration tests (In Progress)
36
+
2.[Testing the API's](https://www.pluginpal.io/automated-testing-for-strapi-v-5-plugins-testing-the-apis)
0 commit comments