Automation framework for Glow based on JS
# clone repo
$ git clone https://github.com/richardcspds/GlowSeleniumJS.git
$ cd GlowSeleniumJS/
# Install requirements
$ npm install
# Run test
$ npm run test# run Allure server
$ npm run reportsGo to wdio.conf.js file, look for
// args: ["--headless", "--disable-gpu"] and uncomment it.
Under ./utils/Decorators.js Comment or uncomment:
browser.takeScreenshot();
TODO: This will be a configuration as a shell command