DEV Community

Discussion on: What is your automation testing stack?

Collapse
 
individualit profile image
Artur Neumann

UI tests

Describe expected behaviour in Gherkin
Interpret the Gherkin with cucumber-js
Implement test details using nightwatch framework
Run tests in various browsers with Selenium
Run chrome & Firefox with selenium in drone, use saucelabs for other browsers