Skip to content

Commit

Permalink
refactor(tests): use headed
Browse files Browse the repository at this point in the history
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
  • Loading branch information
bcakmakoglu committed Jan 4, 2025
1 parent 9434e94 commit 56eeb75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,3 @@ jobs:
with:
install-command: pnpm cypress install
command: pnpm run test --cache-dir=.turbo
browser: chrome
component: true
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"test": "cypress run --component",
"test": "cypress run --component --headed --browser chrome",
"open": "cypress open",
"lint": "eslint --ext .js,.ts ./"
},
Expand Down

0 comments on commit 56eeb75

Please sign in to comment.