Skip to content

Commit

Permalink
fix: use cypress run for headless testing (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf authored Nov 20, 2023
1 parent 096390d commit bc88050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/x-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"test:unit-watch": "jest --watch",
"test:e2e": "start-server-and-test preview http://localhost:8080 cypress:open",
"test:e2e:firefox": "start-server-and-test serve http://localhost:8080 cypress:open:firefox",
"test:e2e:ci": "start-server-and-test serve http://localhost:8080 cypress:open:ci",
"test:e2e:ci": "start-server-and-test serve http://localhost:8080 cypress:run:ci",
"test": "pnpm run test:unit && pnpm run test:e2e:ci",
"cypress:open:ci": "cypress open --e2e --headless --browser chrome",
"cypress:run:ci": "cypress run --e2e --headless --browser chrome",
"cypress:open": "cypress open --e2e --browser chrome",
"cypress:open:firefox": "cypress open --e2e --browser firefox",
"cypress:open:component": "cypress open --component --browser chrome",
Expand Down

0 comments on commit bc88050

Please sign in to comment.