How to run multiple test cases within the same test suite with a single instance of a browser?

Is it possible to run multiple test cases within the same test suite with a single instance of a browser?

Hi Alex,

In order to achieve this the Persist session option in the Selenium IDE can be used. For that you need to follow the below steps:

1: Right click on the test suite and go to Settings.

2: Then choose persist session option and submit.

3: add the --param flag to command of side runner execution and pass the values as below:

{selenium-side-runner --params "a='example-value' a.b='another example-value' a.b.c=[1,2,3]" }