Skip to content

Commit

Permalink
Show details.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Dec 24, 2023
1 parent 79947f8 commit 6731707
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,7 @@ def playwright(c):
If Lute's not running on specified port, start a server.
"""
run_test = [
"pytest",
"tests/playwright/playwright.py",
]
run_test = ["pytest", "tests/playwright/playwright.py", "-s"]

tests_failed = False
port = 5000
Expand Down

0 comments on commit 6731707

Please sign in to comment.