File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
+ frameworks /playwright /* .png
Original file line number Diff line number Diff line change 3
3
"video" : false ,
4
4
"supportFile" : false ,
5
5
"fixturesFolder" : false ,
6
- "screenshotsFolder" : " ./cypress-test /screenshots" ,
6
+ "screenshotsFolder" : " ./frameworks/ cypress/screenshots" ,
7
7
"pluginsFile" : false ,
8
- "integrationFolder" : " integration/"
8
+ "integrationFolder" : " ./frameworks/cypress/ integration/"
9
9
}
Original file line number Diff line number Diff line change 19
19
"wdio-intercept-service" : " 4.1.2" ,
20
20
"expect-playwright" : " 0.2.5" ,
21
21
"mocha" : " ^6.1.4" ,
22
- "selenium-webdriver" : " ^4.0.0-alpha.7" ,
23
- "cypress" : " ^4.11.0"
22
+ "selenium-webdriver" : " ^4.0.0-alpha.7"
24
23
},
25
24
"scripts" : {
26
25
"test:selenium" : " mocha ./frameworks/selenium/tests/*.js --timeout 10000" ,
27
26
"test:webdriverio:webdriver" : " wdio ./frameworks/webdriverio/wdio.conf.js" ,
28
27
"test:webdriverio:puppeteer" : " wdio ./frameworks/webdriverio/wdio.puppet.conf.js" ,
29
28
"test:playwright:multi-browser" : " node ./frameworks/playwright/RWA.multi.js" ,
30
29
"test:playwright:headful" : " node ./frameworks/playwright/headful.js" ,
31
- "test:cypress:open" : " node ./frameworks /cypress open" ,
32
- "test:cypress:headless" : " node_modeules/. bin/cypress run --browser chrome"
30
+ "test:cypress:open" : " node ./node_modules /cypress/bin/cypress open --config-file ./frameworks/cypress/cypress.json " ,
31
+ "test:cypress:headless" : " node ./node_modules/cypress/ bin/cypress run --config-file ./frameworks/cypress/cypress.json --browser chrome"
33
32
}
34
33
}
You can’t perform that action at this time.
0 commit comments