File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : ' 3.7'
22services :
33 e2e-electron :
4- image : " cypress/included:15.7.0 "
4+ image : " cypress/included:15.8.1 "
55 working_dir : /e2e
66 command : " --browser electron --env host.command=command,host.query=query"
77 volumes :
88 - ./e2e:/e2e
99
1010 e2e-chrome :
11- image : " cypress/included:15.7.0 "
11+ image : " cypress/included:15.8.1 "
1212 working_dir : /e2e
1313 command : " --browser chrome --env host.command=command,host.query=query"
1414 volumes :
1515 - ./e2e:/e2e
1616
1717 e2e-firefox :
18- image : " cypress/included:15.7.0 "
18+ image : " cypress/included:15.8.1 "
1919 working_dir : /e2e
2020 command : " --browser firefox --env host.command=command,host.query=query"
2121 volumes :
2222 - ./e2e:/e2e
2323
2424 e2e-edge :
25- image : " cypress/included:15.7.0 "
25+ image : " cypress/included:15.8.1 "
2626 working_dir : /e2e
2727 command : " --browser edge --env host.command=command,host.query=query"
2828 volumes :
Original file line number Diff line number Diff line change 1818 "author" : " João Esperancinha" ,
1919 "license" : " ISC" ,
2020 "devDependencies" : {
21- "cypress" : " 15.7 .1" ,
21+ "cypress" : " 15.8 .1" ,
2222 "ts-node" : " 10.9.2" ,
2323 "typescript" : " 5.9.3"
2424 },
You can’t perform that action at this time.
0 commit comments