Skip to content

Commit

Permalink
add shortcuts for cypress on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
HauklandJ committed Dec 4, 2024
1 parent 6f7a3e5 commit e437776
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
"test:preview": "jest-preview",
"test:clear-cache": "jest --clearCache",
"cy:open": "cypress open --env environment=tt02",
"cy:open:docker": "cypress open --env environment=docker",
"cy:run": "cypress run --env environment=tt02",
"cy:run:docker": "cypress open --env environment=docker",
"cy:parallel": "cypress-parallel -s cy:run -t 3 -d test/e2e/integration",
"cy:parallel:docker": "cypress-parallel -s cy:run:docker -t 3 -d test/e2e/integration",
"tsc": "yarn gen && tsc && tsc --project test/tsconfig.json",
"tsc:watch": "yarn gen && tsc --watch",
"tsc:watch:cypress": "yarn gen && tsc --watch --project test/tsconfig.json",
Expand Down

0 comments on commit e437776

Please sign in to comment.