Comment 1 for bug 1224986

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