CodeceptJS with Selenium
Sep 4, 2018 · 1 min read
Environment:
1. macOS High Sierra: 10.13.6
2. NodeJS: 10.9.0
3. npm: 6.4.1
Setup:
# npm install -g codeceptjs
# npm install -g webdriverio
# npm install -g selenium-standalone
# sudo selenium-standalone install
# selenium-standalone start
Run tests:
$ codeceptjs run — steps
