Skip to content

Commit d78c1cd

Browse files
authored
chore(e2e): add new test project configuration for generic test runs (#2448)
1 parent 615d15f commit d78c1cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

e2e-tests/playwright.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ export default defineConfig({
135135
...useCommonDeviceAndViewportConfig,
136136
testMatch: ["**/playwright/e2e/configuration-test/config-map.spec.ts"],
137137
},
138+
{
139+
name: "any-test",
140+
testMatch: "**/*.spec.ts", // Allows running any test file
141+
},
138142

139143
// {
140144
// name: 'firefox',

0 commit comments

Comments
 (0)