Last active
September 24, 2019 20:29
-
-
Save alfredlucero/3155a58306c6150e33d728991e5b770a to your computer and use it in GitHub Desktop.
wdio package.json - STUI to Webdriver SG blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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