diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a0f38efe2..bca8a51b4 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -54,5 +54,3 @@ jobs: with: install-command: pnpm cypress install command: pnpm run test --cache-dir=.turbo - browser: chrome - component: true diff --git a/tests/package.json b/tests/package.json index 08e1ecb20..c39d258bd 100644 --- a/tests/package.json +++ b/tests/package.json @@ -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 ./" },