I've playing around with jasmine and selenium webdriver for browser automation via node.js. What do I need to configure in order to run tests in parallel? I understand that on a java stack TestNG is often used to run parallel tests, what would be the best tool or configuration to run parallel selenium tests using jasmine and node.js?
Asked
Active
Viewed 453 times