How to run multiple browser tests example is missing in the doc

Bug #1224986 reported by Vincent Ladeuil
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
selenium-simple-test
Confirmed
High
Unassigned

Bug Description

Pardon my ignorance, but even after referring the answer https://answers.launchpad.net/selenium-simple-test/+question/228612 I could not figure out.

Is there any way, i could run stand alone test on multiple browsers at the same time?

Vincent Ladeuil (vila)
Changed in selenium-simple-test:
status: New → Confirmed
importance: Undecided → High
Revision history for this message
Corey Goldberg (coreygoldberg) wrote :

can you clarify what you are trying to do?

I don't quite understand: "run stand alone test on multiple browsers at the same time".

you can run test scripts in any supported browser by setting the command-line option "-b" on `sst-run`.

for example:
run a test in Firefox:
$ ./sst-run my_test -b Firefox
run same test in Chrome:
$ ./sst-run my_test -b Chrome

However, it's slightly confusing, because SSTTestCase based test classes do not use sst-run, so don't access this option. Each run using their own specified browser (default is Firefox).

or did you mean something different?

regards,
-Corey

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.