Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ct): only rebuild when necessary #14026

Merged
merged 1 commit into from
May 9, 2022

Conversation

pavelfeldman
Copy link
Member

No description provided.

for (const file of project.suites)
files.add(file.location!.file);
const rootDir = viteConfig.root || configDir;
const outDir = viteConfig?.build?.outDir || path.join(rootDir, 'playwright', '.cache');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe .playwright/cache is better than playwright/.cache.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is, but there is /playwright next to it anyways...

@pavelfeldman pavelfeldman merged commit 46e82e8 into microsoft:main May 9, 2022
pavelfeldman added a commit to pavelfeldman/playwright that referenced this pull request May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants