We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c30516 commit 11fd94cCopy full SHA for 11fd94c
package.json
@@ -140,8 +140,8 @@
140
"desk:run": "ts-node-esm ./scripts/run.mts run",
141
"test": "vitest run --coverage --passWithNoTests",
142
"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:setup && npx playwright test tests/src/crc-cluster-deployment.spec.ts"
+ "test:e2e": "npm run test:e2e:setup npx playwright test tests/src",
+ "test:e2e:cluster-deployment": "npm run test:e2e:setup npx playwright test tests/src/crc-cluster-deployment.spec.ts"
145
},
146
"dependencies": {
147
"@redhat-developer/rhaccm-client": "^0.0.1"
0 commit comments