chore: roll Playwright, remove localOutputDir (#471)
This commit is contained in:
parent
13cd1b4bd9
commit
f20ae22ec6
15 changed files with 73 additions and 77 deletions
|
|
@ -19,8 +19,9 @@ import path from 'path';
|
|||
|
||||
import { test, expect } from './fixtures.js';
|
||||
|
||||
test('check that trace is saved', async ({ startClient, server, localOutputPath }) => {
|
||||
const outputDir = localOutputPath('output');
|
||||
test('check that trace is saved', async ({ startClient, server }, testInfo) => {
|
||||
const outputDir = testInfo.outputPath('output');
|
||||
|
||||
const client = await startClient({
|
||||
args: ['--save-trace', `--output-dir=${outputDir}`],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue