summaryrefslogtreecommitdiff
path: root/playground/package.json
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-06 00:53:51 +0300
committerValentin Popov <valentin@popov.link>2026-02-06 00:53:51 +0300
commitd387c7bf8ae7711858b3348a6efa28bfeb8e878b (patch)
treeb3b1a6b3b96660c76a9f1ec4b46da4149e87d78f /playground/package.json
parent7a0e6615d05ba2a3c0119eaf7a6d67f66b9de985 (diff)
downloadstrapi-plugin-checkbox-list-d387c7bf8ae7711858b3348a6efa28bfeb8e878b.tar.xz
strapi-plugin-checkbox-list-d387c7bf8ae7711858b3348a6efa28bfeb8e878b.zip
Refactor Gitea workflow and update package dependencies
- Simplified the Gitea workflow by removing the E2E testing section and renaming the integration tests job. - Updated package-lock.json to include new dependencies for escape-string-regexp and removed outdated dependencies. - Removed Playwright configuration and related test files from the playground directory to streamline testing processes.
Diffstat (limited to 'playground/package.json')
-rw-r--r--playground/package.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/playground/package.json b/playground/package.json
index 77af503..c82cef2 100644
--- a/playground/package.json
+++ b/playground/package.json
@@ -9,7 +9,6 @@
"deploy": "strapi deploy",
"dev": "strapi develop",
"develop": "strapi develop",
- "e2e": "playwright test",
"seed:example": "node ./scripts/seed.js",
"start": "strapi start",
"strapi": "strapi",
@@ -31,7 +30,6 @@
"styled-components": "^6.0.0"
},
"devDependencies": {
- "@playwright/test": "^1.53.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",