chore(ci): remove headless from cypress config (#48373)

This commit is contained in:
Mrugesh Mohapatra
2022-11-03 13:38:59 +05:30
committed by GitHub
parent 9ae150518e
commit cbaa88910e
3 changed files with 3 additions and 3 deletions

View File

@@ -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 }}

View File

@@ -65,5 +65,5 @@ jobs:
wait-on-timeout: 1200
config: baseUrl=http://localhost:8000
browser: chrome
headless: true
spec: cypress/e2e/third-party/*.js

View File

@@ -136,5 +136,5 @@ jobs:
wait-on-timeout: 1200
config: baseUrl=http://localhost:8000
browser: ${{ matrix.browsers }}
headless: true
spec: ${{ matrix.spec }}