We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae1b07 commit 86d280eCopy full SHA for 86d280e
Browser/playwright.py
@@ -26,7 +26,7 @@ def outputdir(self):
26
if EXECUTION_CONTEXTS.current:
27
return BuiltIn().get_variable_value("${OUTPUTDIR}")
28
else:
29
- return "utest/output"
+ return "."
30
31
@functools.cached_property
32
def _playwright_process(self) -> Popen:
Makefile
@@ -34,7 +34,6 @@ utest-watch:
34
ptw --ignore ./node_modules --ignore ./.venv
35
36
utest:
37
- mkdir -p utest/output
38
pytest utest
39
40
clean-atest:
0 commit comments