diff --git a/package.json b/package.json index 0e58095f..46c2a4a6 100644 --- a/package.json +++ b/package.json @@ -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",