Improve accessibility of playwright fixture documentation (#34087)
* Improve accessibility of playwright fixture documentation Empirically. by pulling the type definitions for the playwright fixtures out to a type alias, we get better documentation for those fixtures. * Exclude playwright-common from coverage checks
This commit is contained in:
@@ -60,6 +60,8 @@ export default defineConfig({
|
||||
"**/src/test/**",
|
||||
// Exclude type definition files
|
||||
"**/*.d.ts",
|
||||
// Exclude playwright-common as it is just test utilities
|
||||
"packages/playwright-common/**",
|
||||
],
|
||||
reporter: [["lcov"]],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user