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.
--playwright
@web/test-runner
1 parent 1376ee4 commit b0ef9d4Copy full SHA for b0ef9d4
Makefile
@@ -122,11 +122,11 @@ test-spec-bun-fast:
122
test-spec-bun-with-coverage:
123
${BUN} test
124
.PHONY: test-spec-dom
125
-test-spec-dom: playwright-install
126
- ${WEB_TEST_RUNNER} --playwright
+test-spec-dom:
+ ${WEB_TEST_RUNNER}
127
.PHONY: test-spec-dom-with-coverage
128
-test-spec-dom-with-coverage: playwright-install
129
- ${WEB_TEST_RUNNER} --playwright --coverage
+test-spec-dom-with-coverage:
+ ${WEB_TEST_RUNNER} --coverage
130
.PHONY: playwright-install
131
playwright-install:
132
${BUNX} playwright install
0 commit comments