File tree 2 files changed +13
-2
lines changed
packages/survey-creator-react
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ module . exports = {
4
+ "browsers" : [ `chrome:${ require ( "puppeteer" ) . executablePath ( ) } :headless` ] ,
5
+ "nativeAutomation" : "true" ,
6
+ "concurrency" : 1 ,
7
+ "quarantineMode" : {
8
+ "successThreshold" : 1 ,
9
+ "attemptLimit" : 3
10
+ }
11
+ }
Original file line number Diff line number Diff line change 20
20
"doc:gen" : " node doc_generator/editor_docgenerator.js src/entries/index.ts" ,
21
21
"doc:update" : " chmod +x docupdate_npm.sh && ./docupdate_npm.sh" ,
22
22
"testcafe" : " testcafe ../../functionalTests/ --app \" http-server\" --selector-timeout 1500 --config-file .testcaferc.dev.js" ,
23
- "testcafe:ci" : " testcafe ../../functionalTests/ --app \" http-server --silent \" --selector-timeout 1500 --reporter minimal " ,
23
+ "testcafe:ci" : " testcafe ../../functionalTests/ --app \" http-server\" --selector-timeout 1500 --config-file .testcaferc.ci.js " ,
24
24
"testcafe:file" : " testcafe ../../functionalTests/designer/page-navigator.ts --app \" http-server --silent \" --reporter minimal --debug-mode --config-file .testcaferc.dev.js" ,
25
25
"testcafe:a11y" : " testcafe ./testCafe/accessibility.js --app \" http-server --silent\" --selector-timeout 1500 --config-file .testcaferc.dev.js" ,
26
26
"testcafe:a11y:ci" : " testcafe ./testCafe/accessibility.js --app \" http-server\" --selector-timeout 1500 --reporter minimal" ,
101
101
"tag" : true
102
102
}
103
103
}
104
- }
104
+ }
You can’t perform that action at this time.
0 commit comments