Add Cypress dashboard to CI (#7899)

This commit is contained in:
Luke Heath 2022-09-22 13:52:22 -05:00 committed by GitHub
parent 15ac7ac189
commit a6dd4c3d0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -104,7 +104,7 @@ jobs:
make e2e-serve-${{ matrix.fleet-tier }} &
sleep 3
make e2e-setup
yarn cypress run --config-file cypress/cypress-${{ matrix.fleet-tier }}.json
yarn cypress run --record --key ${{ secrets.CYPRESS_API_TOKEN }} --config-file cypress/cypress-${{ matrix.fleet-tier }}.json
- name: Upload artifacts
if: failure()

View file

@ -8,5 +8,6 @@
"openMode": 0
},
"video": false,
"videoUploadOnPasses": false
"videoUploadOnPasses": false,
"projectId": "oteb8z"
}

View file

@ -8,5 +8,6 @@
"openMode": 0
},
"video": false,
"videoUploadOnPasses": false
"videoUploadOnPasses": false,
"projectId": "oteb8z"
}