selenese-runner-java icon indicating copy to clipboard operation
selenese-runner-java copied to clipboard

Test Suites executes only the first test

Open jaroslaw-goluchowski opened this issue 2 years ago • 1 comments

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 ?

jaroslaw-goluchowski avatar Aug 16 '22 09:08 jaroslaw-goluchowski

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

vmi avatar Aug 17 '22 06:08 vmi