File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 140140 "desk:run" : " ts-node-esm ./scripts/run.mts run" ,
141141 "test" : " vitest run --coverage --passWithNoTests" ,
142142 "test:e2e:setup" : " xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' --" ,
143- "test:e2e" : " npm run test:e2e:setup npx playwright test tests/src" ,
144- "test:e2e:cluster-deployment" : " npm run test:e2e:build && npm run test:e2e:cluster-deployment:run" ,
145- "test:e2e:cluster-deployment:run" : " xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test tests/src/crc-cluster-deployment.spec.ts"
143+ "test:e2e" : " npm run test:e2e:setup && npx playwright test tests/src" ,
144+ "test:e2e:cluster-deployment" : " npm run test:e2e:setup && npx playwright test tests/src/crc-cluster-deployment.spec.ts"
146145 },
147146 "dependencies" : {
148147 "@redhat-developer/rhaccm-client" : " ^0.0.1"
You can’t perform that action at this time.
0 commit comments