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