test: Upload Page, rename, reset, back to page. Done.

This commit is contained in:
chiayin
2024-01-24 12:29:35 +08:00
parent a93ee122d0
commit 04dec3bbd3
17 changed files with 156 additions and 14 deletions

View File

@@ -8,6 +8,7 @@
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"cy:run": "cypress run",
"test:unit": "vitest --environment jsdom --root src/",
"test:e2e": "start-server-and-test preview :4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'",