Commit Graph

5 Commits

Author SHA1 Message Date
c20175cffb Add GitHub Actions workflow for publishing plugin
All checks were successful
RenovateBot / renovate (push) Successful in 24s
Test / Basic (push) Successful in 3m25s
- Introduced a new workflow file (.github/workflows/publish.yml) to automate the publishing process for the plugin.
- Configured jobs for testing and publishing to NPM upon version tag pushes.
- Included steps for dependency installation, plugin building, and verification before publishing.
- Ensured integration tests are run in the playground environment before publishing the plugin.
2026-02-06 03:11:14 +04:00
7a0e6615d0 Add Gitea workflow for testing and E2E integration
Some checks failed
RenovateBot / renovate (push) Successful in 25s
Test / Basic (push) Successful in 3m26s
Test / E2E (push) Has been cancelled
- Introduced a new workflow file (.gitea/workflows/test.yml) to automate testing processes.
- Configured jobs for basic testing and end-to-end (E2E) testing using Jest, Supertest, and Playwright.
- Included steps for dependency installation, plugin building, and Strapi server management during E2E tests.
- Set up environment variables for E2E tests and ensured proper handling of the Strapi server lifecycle.
2026-02-05 21:39:52 +00:00
5cb863b56c Update actions/setup-node action to v6
Some checks failed
RenovateBot / renovate (push) Has been cancelled
2026-02-05 21:35:34 +00:00
393e2fb7f2 Update actions/checkout action to v6
All checks were successful
RenovateBot / renovate (push) Successful in 1m24s
2026-02-05 15:55:01 +00:00
f83b43e6f6 Add GitHub Actions workflow for testing and E2E integration
All checks were successful
RenovateBot / renovate (push) Successful in 29s
- Created a new workflow file (.github/workflows/test.yml) to automate testing processes.
- Defined jobs for basic testing and end-to-end (E2E) testing using Jest, Supertest, and Playwright.
- Included steps for dependency installation, plugin building, and Strapi server management during E2E tests.
2026-02-05 15:54:27 +00:00