Skip to content

Commit e74d31c

Browse files
committed
docs: update README
1 parent 8250930 commit e74d31c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
2-
<h1>Strapi Plugin Boilerplate</h1>
3-
<h5>A test-driven template for building reliable Strapi Plugins</h5>
2+
<h1>Strapi v5 Plugin Boilerplate</h1>
3+
<h5>A test-driven template for building reliable Strapi v5 Plugins</h5>
44

55
<a href="https://codecov.io/gh/pluginpal/strapi-plugin-boilerplate">
66
<img src="https://img.shields.io/github/actions/workflow/status/pluginpal/strapi-plugin-boilerplate/tests.yml?branch=main" alt="CI build status" />
@@ -13,12 +13,12 @@
1313
- [x] An isolated Strapi instance for testing and development, the Playground.
1414
- [x] Github Actions workflow for linting and testing.
1515
- [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.
1717
- [ ] Cypress for GUI e2e tests
1818

1919
## ⏳ How to use
2020

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.
2222

2323
After creating your copy of the template, do a find-replace through the code and change the following:
2424

@@ -29,11 +29,11 @@ You're all set! Go make your plugin and write some tests!
2929

3030
## 📓 Tutorials
3131

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"**.
3333
To better understand how and why this repository has been setup, please read the following articles:
3434

3535
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)
3737
3. E2E tests (In Progress)
3838

3939
## 🔌 Commands

0 commit comments

Comments
 (0)