DEV Community

Discussion on: What to choose for e2e on SPA app ?

Collapse
 
apihlaja profile image
Antti Pihlaja

CodeceptJs can use other drivers too, it's not Chrome only.

Collapse
 
gochev profile image
Nayden Gochev • Edited

hmm oh yes it states "easy switch between WebDriver or Puppeteer." so .. I guess WebDriver (Selenium) is for other browsers.. but this doesn't seems to be like same tests will work equally good :) but yes it's an option, maybe if you already have experience with the API but there is another project that requires firefox support it will be easier for QAs to switch instead of write all using the Selenium API

Thanks !

Collapse
 
apihlaja profile image
Antti Pihlaja

Well, it's quite misleading to say CodeceptJs is Chrome only. It's default configuration with WebDriver supports Firefox and Chrome. And you can configure any other Webdriver backend too.

Thread Thread
 
gochev profile image
Nayden Gochev

yes yes that's true I was thinking that by default it uses Puppeteer (which is chrome only) my mistake will edit it :)