vmi / selenese-runner-java

Selenium IDE native format (selenese and side) interpreter.
Other
140 stars 82 forks source link

Test Suites executes only the first test #334

Closed jaroslaw-goluchowski closed 2 years ago

jaroslaw-goluchowski commented 2 years ago

Hello,

When I'm running a Test Suite from my .side file, runner executes only the first test although there are multiple tests inside .side file. The same thing is happening when I'm using Runner from maven package. Is this a bug ?

vmi commented 2 years ago

No, this is not a bug.

Please perform the following operations in SeleniumIDE:

  1. Click "Tests▼" on the upper left.
  2. Select "Test Suites" from the menu.
  3. Click the kebab menu to the right of "Default Suite".
  4. Select "Add Tests" from the menu.
  5. Check the check boxes for the tests you want to run.

The selenese-runner will run the test suites in the .side file "Test Suites".

By default, SeleniumIDE includes the first test in the "Default Suite" of "Test Suites", but adding a test will not automatically include it in the test suite.

However, I understood that this selenese-runner specification is very confusing. Therefore, I plan to change this specification. (This will take some time, so please be patient ......)

01 02