mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 03:13:46 +00:00
Add e2e tests (#84)
* add basic e2e tests * add e2e to ci * fix docker pull * fix images in ci * maybe this will help * push latest on main for e2e * fix e2e on main * rename jobs
This commit is contained in:
@@ -56,7 +56,11 @@
|
||||
"lint": "eslint \"src/**/*.{ts,tsx}\" vite.config.mts vitest.setup.ts",
|
||||
"preview": "vite preview",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest"
|
||||
"test:watch": "vitest",
|
||||
"test:e2e": "yarn --cwd ../e2e test",
|
||||
"test:e2e:headed": "yarn --cwd ../e2e test:headed",
|
||||
"test:e2e:ui": "yarn --cwd ../e2e test:ui",
|
||||
"test:e2e:install": "yarn --cwd ../e2e install:browsers"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
||||
Reference in New Issue
Block a user