mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: skip tracing tests when tracing is forced
This commit is contained in:
parent
bb77912aee
commit
ac6e515ac3
@ -114,6 +114,8 @@ const test = playwrightTest.extend<{ showTraceViewer: (trace: string) => Promise
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test.skip(({ trace }) => trace);
|
||||||
|
|
||||||
let traceFile: string;
|
let traceFile: string;
|
||||||
|
|
||||||
test.beforeAll(async function recordTrace({ browser, browserName, browserType, server }, workerInfo) {
|
test.beforeAll(async function recordTrace({ browser, browserName, browserType, server }, workerInfo) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user