Skip to content

Commit 5325c0e

Browse files
Add integration-tests to pw config
1 parent bb19ccb commit 5325c0e

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
@@ -25,6 +25,11 @@ const localConfig: PlaywrightTestConfig = {
2525
testDir: path.resolve(__dirname, "../component-tests/letterQueue-tests"),
2626
testMatch: "**/*.spec.ts",
2727
},
28+
{
29+
name: "integration-tests",
30+
testDir: path.resolve(__dirname, "../component-tests/integration-tests"),
31+
testMatch: "**/*.spec.ts",
32+
},
2833
],
2934
};
3035

0 commit comments

Comments
 (0)