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:
Richard van der Hoff
2026-07-02 11:18:14 +00:00
committed by GitHub
parent f354453cab
commit f93f68056a
5 changed files with 16 additions and 18 deletions
+2
View File
@@ -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"]],
},