mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
parent
ce43e730f4
commit
2a71165ed1
@ -64,7 +64,9 @@ it('should record trace', async ({browser, testInfo, server}) => {
|
|||||||
expect(snapshotEvent).toBeTruthy();
|
expect(snapshotEvent).toBeTruthy();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should record trace with POST', async ({browser, testInfo, server}) => {
|
it('should record trace with POST', (test, { browserName, platform }) => {
|
||||||
|
test.fixme();
|
||||||
|
}, async ({browser, testInfo, server}) => {
|
||||||
const traceDir = testInfo.outputPath('trace');
|
const traceDir = testInfo.outputPath('trace');
|
||||||
const context = await browser.newContext({ _traceDir: traceDir } as any);
|
const context = await browser.newContext({ _traceDir: traceDir } as any);
|
||||||
const page = await context.newPage();
|
const page = await context.newPage();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user