Skip to content

Commit a43bf62

Browse files
committed
fix
1 parent dfe3228 commit a43bf62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

launchable/test_runners/playwright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def _compute_test_prefix(self, report: Dict) -> str:
211211
if test_prefix == "." or test_prefix.startswith(".."):
212212
return ""
213213

214-
return test_prefix
214+
return Path(test_prefix).as_posix()
215215

216216
def _resolve_test_file(self, test_file: str, test_prefix: str) -> str:
217217
print("test_file: {}, test_prefix: {}, test_prefix: {}, test_prefix: {}".format(

0 commit comments

Comments
 (0)