You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mlGenerateUnitTestSuite task will create a new test suite, but if you give it the name of an existing suite it will overwrite the setup and teardown modules. Allow generation of a new test case. This could be done a couple ways:
Modify mlGenerateUnitTestSuite so that if the test suite already exists, it creates the new test case and skips all the setup/teardown.