We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e60b47 commit 3f92746Copy full SHA for 3f92746
pyproject.toml
@@ -95,7 +95,12 @@ run = [
95
"playwright install-deps",
96
"pytest{env:HATCH_TEST_ARGS:} {args}",
97
]
98
-run-cov = "coverage run -m pytest{env:HATCH_TEST_ARGS:} {args}"
+run-cov = [
99
+ "hatch --env default build -t wheel",
100
+ "playwright install chromium",
101
+ "playwright install-deps",
102
+ "coverage run -m pytest{env:HATCH_TEST_ARGS:} {args}",
103
+]
104
cov-combine = "coverage combine"
105
cov-report = "coverage report"
106
0 commit comments