Skip to content

Commit d77affc

Browse files
committed
merged the orchestrator specs down to two
Signed-off-by: rostalan <rlan@redhat.com>
1 parent 6377d9e commit d77affc

9 files changed

Lines changed: 1001 additions & 1113 deletions

workspaces/orchestrator/e2e-tests/playwright.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ export default defineConfig({
1010
projects: [
1111
{
1212
name: "orchestrator",
13-
testMatch: "specs/**/*.spec.ts",
14-
testIgnore: "specs/**/*-rbac.spec.ts",
13+
testMatch: "specs/orchestrator.spec.ts",
1514
},
1615
{
1716
name: "orchestrator-rbac",
1817
dependencies: ["orchestrator"],
19-
testMatch: "specs/**/*-rbac.spec.ts",
18+
testMatch: "specs/orchestrator-rbac.spec.ts",
2019
},
2120
],
2221
});

workspaces/orchestrator/e2e-tests/tests/specs/failswitch-workflow.spec.ts

Lines changed: 0 additions & 189 deletions
This file was deleted.

workspaces/orchestrator/e2e-tests/tests/specs/greeting-workflow.spec.ts

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)