Closed 304NotModified closed 3 years ago
I have created a PR https://github.com/RandomEngy/UnitTestBoilerplateGenerator/pull/25 that, while not exactly doing what is proposed here, but tries to tackle the problem in a different way: by providing the test project name format setting, so that the test can be preselected based on the template.
Please check if it is something that you might find useful.
Added in v2.7.0.
great! Thanks @gleb-osokin & @RandomEngy
Installed product versions
Description
Currently this tool remembers the last selected test project in a solution, but that won't work well with multiple projects,
Proposed behavior
Remember the last selected test project on project-scope. E.g.
If we have two projects
project1 & project2
and two test projects: project1.test and project2.tests
If would be nice if the tool remembers project1.tests for project1 and project2.tests for project2