Skip to content

chore: add NODE_OPTIONS to vscode settings by default in the repo for playwright extension #12390

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

Conversation

paulpopus
Copy link
Contributor

The official playwright extension when using the debug button to run tests in debug mode doesn't pick up the tests/test.env file as expected.

I've added the same NODE_OPTIONS to the vscode settings JSON for this extension which fixes an error when running e2e tests in debug mode.

@paulpopus paulpopus changed the title chore: add no-experimental-strip-types to vscode settings by default in the repo for playwright extension chore: add NODE_OPTIONS to vscode settings by default in the repo for playwright extension May 12, 2025
@paulpopus paulpopus merged commit e93d0ba into main May 13, 2025
18 checks passed
@paulpopus paulpopus deleted the chore/add-playwright.env-options-to-repo-to-disable-experimental-strip-types branch May 13, 2025 17:31
kendelljoseph pushed a commit that referenced this pull request May 15, 2025
… playwright extension (#12390)

The official playwright extension when using the debug button to run
tests in debug mode doesn't pick up the `tests/test.env` file as
expected.

I've added the same `NODE_OPTIONS` to the vscode settings JSON for this
extension which fixes an error when running e2e tests in debug mode.
Copy link
Contributor

🚀 This is included in version v3.38.0

kendelljoseph pushed a commit that referenced this pull request May 19, 2025
… playwright extension (#12390)

The official playwright extension when using the debug button to run
tests in debug mode doesn't pick up the `tests/test.env` file as
expected.

I've added the same `NODE_OPTIONS` to the vscode settings JSON for this
extension which fixes an error when running e2e tests in debug mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants