Skip to content

Commit 93b03a3

Browse files
add test to config
1 parent 9136a6f commit 93b03a3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/config/main.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ const localConfig: PlaywrightTestConfig = {
3232
testDir: path.resolve(__dirname, "../component-tests/integration-tests"),
3333
testMatch: "**/*.spec.ts",
3434
},
35+
{
36+
name: "allocation-tests",
37+
testDir: path.resolve(__dirname, "../component-tests/allocation-tests"),
38+
testMatch: "**/*.spec.ts",
39+
},
3540
],
3641
};
3742

0 commit comments

Comments
 (0)