Skip to content

Commit

Permalink
adding to the config to allow the operator tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-AlJaljuli committed Sep 25, 2024
1 parent 4f0decd commit 11d779b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"showcase-rbac-1-2-x": "playwright test --project=showcase-rbac",
"showcase-ci-nightly": "playwright test --project=showcase",
"showcase-rbac-nightly": "playwright test --project=showcase-rbac",
"showcase-operator-nightly": "playwright test --project=showcase-operator",
"showcase-operator-rbac-nightly": "playwright test --project=showcase-operator-rbac",
"lint": "eslint . --ext .js,.ts",
"postinstall": "playwright install"
},
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default defineConfig({
],
},
{
name: 'showcase-operator-nightly',
name: 'showcase-operator',
use: {
...devices['Desktop Chrome'],
viewport: { width: 1920, height: 1080 },
Expand All @@ -78,7 +78,7 @@ export default defineConfig({
],
},
{
name: 'showcase-op-rbac-nightly',
name: 'showcase-operator-rbac',
use: {
...devices['Desktop Chrome'],
viewport: { width: 1920, height: 1080 },
Expand Down

0 comments on commit 11d779b

Please sign in to comment.