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 d4fa80c commit 6057b75Copy full SHA for 6057b75
src/test/java/com/serenitydojo/playwright/toolshop/catalog/AddToCartTest.java
@@ -54,7 +54,7 @@ void setupTrace(BrowserContext context) {
54
55
@AfterEach
56
void recordTrace(TestInfo testInfo, BrowserContext context) {
57
- String traceName = testInfo.getDisplayName().replace(" ","-");
+ String traceName = testInfo.getDisplayName().replace(" ","-").toLowerCase();
58
context.tracing().stop(
59
new Tracing.StopOptions()
60
.setPath(Paths.get("trace-" + traceName + ".zip"))
0 commit comments