aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add GitHub Actions workflow for publishing pluginValentin Popov16 hours1-0/+72
| | | | | | | - 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.
* Add Gitea workflow for testing and E2E integrationValentin Popov18 hours1-103/+0
| | | | | | | - 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.
* Update actions/setup-node action to v6renovate[bot]18 hours1-2/+2
|
* Update actions/checkout action to v6renovate[bot]23 hours1-2/+2
|
* Add GitHub Actions workflow for testing and E2E integrationValentin Popov23 hours1-0/+103
- 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.