This removes one extra step for people who are developing locally. It does make some assumptions about a person's workflow, so it's probably best not to add it to the actual project template files, but including it as guidance (e.g., commented out inside the project file as a suggestion) could be useful.
Motivation
Automatically installing the required browsers could be a nice quality-of-life improvement for teams -- every new machine setup, every new team member, always has to go through the failed test and figure out that they need to run a command, then figure out in which directory to run the command, etc.
🚀 Feature Request
Show how to add something like the following to the .NET project files, like the NUnit Playwright template:
Example
This removes one extra step for people who are developing locally. It does make some assumptions about a person's workflow, so it's probably best not to add it to the actual project template files, but including it as guidance (e.g., commented out inside the project file as a suggestion) could be useful.
Motivation
Automatically installing the required browsers could be a nice quality-of-life improvement for teams -- every new machine setup, every new team member, always has to go through the failed test and figure out that they need to run a command, then figure out in which directory to run the command, etc.