Skip to content

Instantly share code, notes, and snippets.

@alfredlucero
Last active September 24, 2019 20:29
Show Gist options
  • Save alfredlucero/3155a58306c6150e33d728991e5b770a to your computer and use it in GitHub Desktop.
Save alfredlucero/3155a58306c6150e33d728991e5b770a to your computer and use it in GitHub Desktop.
wdio package.json - STUI to Webdriver SG blog
{
"scripts": {
"uitest:localhost": "./node_modules/.bin/wdio wdio.localhost.conf.js",
"uitest:staging": "./node_modules/.bin/wdio wdio.staging.conf.js",
"uitest:cicd:staging": "./node_modules/.bin/wdio wdio.cicd.staging.conf.js",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment