Forum Discussion

marinb's avatar
marinb
Contributor
9 years ago

How to rerun a test suite with a different browser?

Currently, my test scripts contain the following loop:   function testScript01() {    for (let eachBrowser of supportedBrowsers) {       startBrowser(eachBrowser);       testStep01;       testS...