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

fix(test-runner): ESM compatibly on Windows #12615

Merged
merged 2 commits into from
Mar 10, 2022

Conversation

@mxschmitt mxschmitt requested a review from dgozman March 9, 2022 15:27
Copy link
Contributor

@dgozman dgozman left a comment

Choose a reason for hiding this comment

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

Can we run just the ESM tests on win/linux node16 bots?

@mxschmitt mxschmitt changed the title devops: add Windows/Node.js 16 to test-runner GHA workflow fix(test-runner): ESM compatibly on Windows Mar 9, 2022
@mxschmitt mxschmitt force-pushed the devops-add-windows branch from a568668 to a1854ed Compare March 10, 2022 16:06
DEBUG: pw:install
- run: npm run build
- run: npx playwright install --with-deps
- run: npm run ttest -- --grep=esm
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's follow https://playwright.dev/docs/test-annotations#tag-tests:
npm run ttest -- --grep=@esm

Copy link
Member Author

Choose a reason for hiding this comment

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

was doing it with # because we used it for our smoke tests: #smoke. Shall I change #smoke -> @esm in a follow-up too.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, why not.

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