Skip to content

Commit db9b790

Browse files
committed
ci: custom playwright .spec inclusion Refs: KEH-189
1 parent bf56a14 commit db9b790

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

sonar-project.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ sonar.exclusions= \
1515
**/*.test.jsx, \
1616
**/*.test.tsx, \
1717
src/setupTests.js, \
18-
src/setupTests.ts
18+
src/setupTests.ts, \
19+
src/playwright/**/*.spec.ts
1920

2021
sonar.coverage.exclusions= \
2122
**/*.stories.js, \
@@ -34,4 +35,5 @@ sonar.test.inclusions= \
3435
**/*.test.js, \
3536
**/*.test.ts, \
3637
**/*.test.jsx, \
37-
**/*.test.tsx
38+
**/*.test.tsx, \
39+
src/playwright/**/*.spec.ts

0 commit comments

Comments
 (0)