mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-07 18:03:49 -05:00
chore(ci): remove headless from cypress config (#48373)
This commit is contained in:
committed by
GitHub
parent
9ae150518e
commit
cbaa88910e
2
.github/workflows/e2e-mobile.yml
vendored
2
.github/workflows/e2e-mobile.yml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/e2e-third-party.yml
vendored
2
.github/workflows/e2e-third-party.yml
vendored
@@ -65,5 +65,5 @@ jobs:
|
||||
wait-on-timeout: 1200
|
||||
config: baseUrl=http://localhost:8000
|
||||
browser: chrome
|
||||
headless: true
|
||||
|
||||
spec: cypress/e2e/third-party/*.js
|
||||
|
||||
2
.github/workflows/e2e-web.yml
vendored
2
.github/workflows/e2e-web.yml
vendored
@@ -136,5 +136,5 @@ jobs:
|
||||
wait-on-timeout: 1200
|
||||
config: baseUrl=http://localhost:8000
|
||||
browser: ${{ matrix.browsers }}
|
||||
headless: true
|
||||
|
||||
spec: ${{ matrix.spec }}
|
||||
|
||||
Reference in New Issue
Block a user