File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
browser : [chrome, firefox]
59
59
timeout-minutes : 20
60
60
container :
61
- image : cypress/included:9.7.0
61
+ image : cypress/included:10.0.3
62
62
options : --user 1001 --shm-size=2g # @see https://github.com/cypress-io/github-action/issues/104#issuecomment-666047965
63
63
env :
64
64
CYPRESS_BROWSER : ${{ matrix.browser }}
Original file line number Diff line number Diff line change 31
31
"test" : " yarn format:check && yarn lint && yarn test:types && yarn test:unit && yarn test:e2e" ,
32
32
"test:types" : " tsc index.d.ts" ,
33
33
"test:unit" : " jest" ,
34
- "test:e2e" : " ELECTRON_ENABLE_LOGGING=1 cypress run --config-file=cypress.config.js " ,
34
+ "test:e2e" : " ELECTRON_ENABLE_LOGGING=1 cypress run" ,
35
35
"test:e2e:dev" : " cypress open --config-file=cypress.config.js --browser --e2e" ,
36
36
"test:coverage" : " yarn test:e2e --env coverage=true" ,
37
37
"prepare" : " yarn build" ,
You can’t perform that action at this time.
0 commit comments