Skip to content

Commit

Permalink
fix(REACH-827): Run Cypress tests in default browser (Electron)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathio authored and Matej Lednicky committed Oct 2, 2023
1 parent 21fe10a commit 498daae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"cy:open": "yarn cypress open",
"cy:open:vrt": "yarn cypress open --env testType=visual",
"cy:open:func": "yarn cy:open -c integrationFolder=./e2e/spec/functional/",
"cy:functional": "yarn cypress run --spec e2e/spec/functional/**/* --browser chrome --headless",
"cy:visual": "yarn cypress run --spec e2e/spec/visual/**/* --browser chrome --env testType=visual",
"cy:functional": "yarn cypress run --spec e2e/spec/functional/**/* --headless",
"cy:visual": "yarn cypress run --spec e2e/spec/visual/**/* --env testType=visual",
"test:functional": "start-server-and-test demo 9090 cy:functional",
"test:visual": "start-server-and-test demo 9090 cy:visual",
"release-vanilla": "npm config set @typeform:registry https://registry.npmjs.org/ && yarn semantic-release",
Expand Down

0 comments on commit 498daae

Please sign in to comment.