Commit Graph

4 Commits

Author SHA1 Message Date
60310f5b9d Update Gitea workflow to use npm install instead of npm ci for dependency installation
Some checks failed
RenovateBot / renovate (push) Successful in 29s
Test / Basic (push) Failing after 1m42s
Test / E2E (push) Has been skipped
2026-02-05 15:41:47 +00:00
ee32dedf61 Enhance testing and integration for checkbox-list custom field
Some checks failed
RenovateBot / renovate (push) Successful in 27s
Test / Basic (push) Failing after 1m43s
Test / E2E (push) Has been skipped
- Updated Gitea workflow to trigger on pushes to the master branch and refined job configurations for testing and E2E processes.
- Added Jest and Playwright configurations for integration and E2E testing.
- Introduced new checkbox-item API with corresponding controller, service, and routes.
- Created integration tests for the checkbox-list functionality, ensuring proper handling of required fields and default values.
- Updated package.json and package-lock.json to include necessary dependencies for testing.
2026-02-05 19:38:48 +04:00
9f719916b0 Add Gitea workflow for testing and E2E integration
Some checks failed
RenovateBot / renovate (push) Has been cancelled
- Created a new workflow file (.gitea/workflows/test.yml) to automate testing processes.
- Defined jobs for basic testing and end-to-end (E2E) testing using Jest, Supertest, and Playwright/Cypress.
- Included steps for dependency installation, plugin building, and Strapi server management during E2E tests.
2026-02-05 14:59:54 +00:00
6f7a567dea Add Renovate configuration files for automated dependency management
Some checks failed
RenovateBot / renovate (push) Has been cancelled
- Created .renovaterc for Renovate settings, including package rules for digest updates.
- Added renovate.config.cjs to define the Renovate bot's GitHub endpoint and author.
- Introduced a Gitea workflow in .gitea/workflows/renovate.yml to schedule daily runs of Renovate.
2026-02-05 14:10:23 +00:00