File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Cypress tests
2
+ on : [push]
3
+ jobs :
4
+ cypress-run :
5
+ name : Cypress run
6
+ runs-on : ubuntu-20.04
7
+ steps :
8
+ - name : Checkout
9
+ uses : actions/checkout@v2
10
+
11
+ - name : Cypress run
12
+ uses : cypress-io/github-action@v2
13
+ with :
14
+ record : true
15
+ env :
16
+ # pass the Dashboard record key as an environment variable
17
+ CYPRESS_RECORD_KEY : ${{ secrets.CYPRESS_RECORD_KEY }}
18
+ # pass GitHub token to allow accurately detecting a build vs a re-run build
19
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20
+ # pass the project ID from the secrets through environment variable
21
+ CYPRESS_PROJECT_ID : ${{ secrets.PROJECT_ID }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"chromeWebSecurity" : false ,
3
3
"baseUrl" : " https://app.quantimo.do" ,
4
- "projectId" : " ee8wan" ,
5
4
"pageLoadTimeout" : 60000 ,
6
5
"videoCompression" : false ,
7
6
"videoUploadOnPasses" : false ,
You can’t perform that action at this time.
0 commit comments