We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117b0ab commit d5acfd5Copy full SHA for d5acfd5
1 file changed
tests/config/main.config.ts
@@ -25,11 +25,11 @@ const localConfig: PlaywrightTestConfig = {
25
testDir: path.resolve(__dirname, "../component-tests/letterQueue-tests"),
26
testMatch: "**/*.spec.ts",
27
},
28
- {
29
- name: "integration-tests",
30
- testDir: path.resolve(__dirname, "../component-tests/integration-tests"),
31
- testMatch: "**/*.spec.ts",
32
- },
+ // {
+ // name: "integration-tests",
+ // testDir: path.resolve(__dirname, "../component-tests/integration-tests"),
+ // testMatch: "**/*.spec.ts",
+ // },
33
],
34
};
35
0 commit comments