mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
parent
c7b045a037
commit
b69b8889fe
@ -413,7 +413,7 @@ test('should have output dir based on rootDir (cwd)', async ({ runInlineTest },
|
|||||||
`,
|
`,
|
||||||
}, {}, {}, { usesCustomOutputDir: true });
|
}, {}, {}, { usesCustomOutputDir: true });
|
||||||
expect(result.exitCode).toBe(0);
|
expect(result.exitCode).toBe(0);
|
||||||
expect(fs.existsSync(testInfo.outputPath('test-results', 'example-hello-world', 'hello')));
|
expect(fs.existsSync(testInfo.outputPath('test-results', 'example-hello-world', 'foo.txt'))).toBe(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user