DEV Community

Discussion on: Efficient Cross-browser testing workflow

Collapse
 
joshualjohnson profile image
Joshua Johnson

Karma is a great test runner for unit testing. You can automate the opening of all browsers. If you are talking more about integrated testing across multiple pages or in a SPA, CasperJS is the test runner you want. You can point it at your latest environment and automate all test cases in multiple browsers.