Testem vs Selenium

We’re looking to add automated functional testing to our process and I was wondering if it’s possible to use Testem rather than Selenium for this. I figure we already have Testem in the stack because of EmberCLI so why add Selenium if we don’t need to.

What I’m trying to figure out is can Testem drive browsers in an application environment (rather than a test environment) like Selenium? I think I can go the route of Casper → Mocha → Testem to drive PhantomJS but I’d ultimately like to bring in other browsers as well.

1 Like