Skip to content

Commit

Permalink
chore: update scripts for start-server-and-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Sep 11, 2024
1 parent b913478 commit d4f8667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"test:unit:coverage": "vitest --environment jsdom --root src/ run --coverage",
"test:unit": "vitest --environment jsdom --root src/",
"test:unit:update": "vitest --environment jsdom --root src/ --update",
"test:e2e": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test preview https://localhost:4173/ 'cypress run --e2e --config video=false,screenshotOnRunFailure=false'",
"test:e2e:dev": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'vite dev --port 4173 --host' https://localhost:4173/ 'cypress open --e2e'",
"test:visual:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'npm run test:visual:dev' http://localhost:3001 'npm run test:visual --ci'",
"test:e2e": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test preview https-get://localhost:4173/ 'cypress run --e2e --config video=false,screenshotOnRunFailure=false'",
"test:e2e:dev": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'vite dev --port 4173 --host' https-get://localhost:4173/ 'cypress open --e2e'",
"test:visual:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'npm run test:visual:dev' http-get://localhost:3001 'npm run test:visual --ci'",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
Expand Down

0 comments on commit d4f8667

Please sign in to comment.