File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ before_script:
37
37
script :
38
38
- mvn validate
39
39
- mvn test
40
- - npm run cypress
40
+ - npm run cypress -- --record --key $CYPRESS_KEY
41
41
42
42
after_success :
43
43
- docker ps
Original file line number Diff line number Diff line change 1
1
{
2
2
"baseUrl" : " http://localhost:8080/exist/apps/doc" ,
3
+ "projectId" : " h8zx19" ,
3
4
"fileServerFolder" : " src/main/xar-resources" ,
4
5
"ignoreTestFiles" : " src/test/cypress/integration/examples/*.js" ,
5
6
"fixturesFolder" : " src/test/cypress/fixtures" ,
6
7
"integrationFolder" : " src/test/cypress/integration" ,
7
8
"pluginsFile" : " src/test/cypress/plugins/index.js" ,
8
9
"screenshotsFolder" : " src/test/cypress/screenshots" ,
9
10
"supportFile" : " src/test/cypress/support/index.js" ,
10
- "videosFolder" : " src/test/cypress/videos"
11
+ "videosFolder" : " src/test/cypress/videos" ,
12
+ "projectId" : " h8zx19"
11
13
}
You can’t perform that action at this time.
0 commit comments