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({
|
export default defineConfig({
|
||||||
testDir: "./tests",
|
testDir: "./tests",
|
||||||
|
testMatch: [
|
||||||
|
"**/light-theme.spec.ts",
|
||||||
|
"**/orgchart-*.spec.ts",
|
||||||
|
"**/orgfront-*.spec.ts",
|
||||||
|
],
|
||||||
/* Run tests in files in parallel */
|
/* Run tests in files in parallel */
|
||||||
fullyParallel: true,
|
fullyParallel: true,
|
||||||
/* Fail the build on CI if you accidentally left test.only in the source code. */
|
/* Fail the build on CI if you accidentally left test.only in the source code. */
|
||||||
|
|||||||
Reference in New Issue
Block a user