Dev: cypressをdev containerで実行可に(e2e-dev-container) (#14526)

This commit is contained in:
KanariKanaru 2024-09-10 16:33:14 +09:00 committed by GitHub
parent 05c944c2cc
commit 0c2cfe31a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 208 additions and 0 deletions

View file

@ -37,6 +37,7 @@
"cy:open": "pnpm cypress open --browser --e2e --config-file=cypress.config.ts",
"cy:run": "pnpm cypress run",
"e2e": "pnpm start-server-and-test start:test http://localhost:61812 cy:run",
"e2e-dev-container": "cp ./.config/cypress-devcontainer.yml ./.config/test.yml && pnpm start-server-and-test start:test http://localhost:61812 cy:run",
"jest": "cd packages/backend && pnpm jest",
"jest-and-coverage": "cd packages/backend && pnpm jest-and-coverage",
"test": "pnpm -r test",