forked from baron/baron-sso
Scope orgfront playwright tests
This commit is contained in:
@@ -17,6 +17,11 @@ const configuredWorkers = process.env.PLAYWRIGHT_WORKERS
|
||||
*/
|
||||
export default defineConfig({
|
||||
testDir: "./tests",
|
||||
testMatch: [
|
||||
"**/light-theme.spec.ts",
|
||||
"**/orgchart-*.spec.ts",
|
||||
"**/orgfront-*.spec.ts",
|
||||
],
|
||||
/* Run tests in files in parallel */
|
||||
fullyParallel: true,
|
||||
/* Fail the build on CI if you accidentally left test.only in the source code. */
|
||||
|
||||
Reference in New Issue
Block a user