Forgive me if this was asked before, but I could not find it.
How could I run my test suites in different browser's one after another. Meaning, run tests in chrome, close chrome, run tests in IE, close IE etc..
I am aware of multiCapabilities, but that seems to be for parallel only.
Thank-you