Luxoft / Twister

Twister Test Automation Framework
http://www.twistertesting.com/
Apache License 2.0
38 stars 21 forks source link

v3.067: Multiple SUTs in single projects fail to start subsequent Suite #184

Closed meetashutosh closed 8 years ago

meetashutosh commented 8 years ago

On moving from v3.057 to v3.067, we are finding that if project has multiple Suites the twister executes only Suite1.

  1. Consider Suite1 and Suite2 as shown below: image
  2. On executing Run, twister starts only the Suite1 and not Suite2. Twister v3.067 has to execute the selected test from Suite2. image
  3. Twister v3.067 fails to find that nothing is selected from Suite1 which it executed. image

Kindly provide a fix as this fails testing multiple suites from a project.

bogdanpopescu commented 8 years ago

@meetashutosh Code changes delivered, please verify it.

meetashutosh commented 8 years ago

@bogdanpopescu Thank you. The issue is fixed now.