Conversation
|
Can you show/prove that this change actually does something? |
|
Can you describe what the updated PR does? Explain the issue too. |
@sorccu |
…-run-when-there-are-tests
…-run-when-there-are-tests
…-run-when-there-are-tests
…-run-when-there-are-tests
…-run-when-there-are-tests
…-run-when-there-are-tests
| Promise<string[]> { | ||
| const files = await findFilesWithPattern(directory, '**/*.{js,ts,mjs}', ignorePattern) | ||
| return files.filter(file => regex.test(file)).map(file => pathToPosix(path.relative(directory, file))) | ||
| const resolvedDirectory = path.resolve(directory) |
There was a problem hiding this comment.
Are you sure this is correct? This is just going to resolve directory relative to process.cwd unless already absolute
|
Looks like this has already been fixed, closing this PR |
Affected Components
Notes for the Reviewer
Support
testDir: './test'ortestDir: 'test'in playwright.config file