diff --git a/.github/workflows/e2e-mobile.yml b/.github/workflows/e2e-mobile.yml index 01d06e37705..a4c714abf78 100644 --- a/.github/workflows/e2e-mobile.yml +++ b/.github/workflows/e2e-mobile.yml @@ -65,7 +65,7 @@ jobs: wait-on-timeout: 1200 config: retries=1,screenshotOnRunFailure=false,video=false,baseUrl=http://localhost:3000/mobile/mobile-app/generated-tests/ browser: chrome - headless: true + spec: cypress/integration/mobile-learn/test-challenges.js env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} diff --git a/.github/workflows/e2e-third-party.yml b/.github/workflows/e2e-third-party.yml index e7ca700e761..96fce5c650f 100644 --- a/.github/workflows/e2e-third-party.yml +++ b/.github/workflows/e2e-third-party.yml @@ -65,5 +65,5 @@ jobs: wait-on-timeout: 1200 config: baseUrl=http://localhost:8000 browser: chrome - headless: true + spec: cypress/e2e/third-party/*.js diff --git a/.github/workflows/e2e-web.yml b/.github/workflows/e2e-web.yml index f0d5a312400..1726fa47111 100644 --- a/.github/workflows/e2e-web.yml +++ b/.github/workflows/e2e-web.yml @@ -136,5 +136,5 @@ jobs: wait-on-timeout: 1200 config: baseUrl=http://localhost:8000 browser: ${{ matrix.browsers }} - headless: true + spec: ${{ matrix.spec }}