mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
package.json: add cypress e2e scripts
This commit is contained in:
parent
e510c4fae8
commit
6a041bc9a4
@ -22,6 +22,8 @@
|
||||
"lint": "npm run test:lint:eslint",
|
||||
"lintfix": "npm run test:lint:eslint -- --fix",
|
||||
"test:component": "cypress run --component --browser electron",
|
||||
"test:e2e": "cypress run --e2e --browser electron",
|
||||
"test:e2e:gui": "cypress open --e2e --browser electron",
|
||||
"test:unit": "npm run test:unit:dev -- run --coverage",
|
||||
"test:unit:dev": "vitest",
|
||||
"docs:generate": "typedoc --includeVersion --navigation.includeCategories true --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-coverage src/index.tsx",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user