Skip to content

Conversation

@Skn0tt
Copy link
Member

@Skn0tt Skn0tt commented Oct 7, 2025

39fa746 regressed the language and browser installation questions by providing default values to Commander.js, which meant we always set skip: true on those questions. Fixing by turning them back into optionals, the questionnaire makes sure we set default values. Closes microsoft/playwright#37742.

@Skn0tt Skn0tt requested a review from yury-s October 7, 2025 09:18
@Skn0tt Skn0tt self-assigned this Oct 7, 2025
.option('--ct', 'install Playwright Component testing')
.option('--quiet', 'do not ask for interactive input prompts')
.option('--gha', 'install GitHub Actions')
.option('--lang <language>', 'language to use (js, TypeScript)', 'TypeScript')
Copy link
Member

Choose a reason for hiding this comment

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

we actually wanted to drop js 😄

Copy link
Member Author

Choose a reason for hiding this comment

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

oh, then let's remove all the code that goes with it!

Copy link
Member

Choose a reason for hiding this comment

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

It was inadvertent change, but I am for removing the code related to js.

@Skn0tt Skn0tt merged commit 8977b30 into microsoft:main Oct 8, 2025
13 checks passed
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.

[Bug]: new version not giving option to select javascript language

2 participants