Most of you must already know some about web automation. In this training series, we will show you how to leverage Test Armada tools to make end-to-end tests easy, reliable, and massively parallel distributing tests across available resources both locally and remotely.
127.0.0.1 dev.walmart.com
nvm install 6.11.2
nvm use 6.11.2
Apply SauceLabs credentials (username and api-key)
The demo tests can be executed on SauceLabs. To use it, please make sure you have:
export SAUCE_CONNECT_VERSION=4.4.11
export SAUCE_USERNAME=${YOUR_SAUCE_NAME}
export SAUCE_ACCESS_KEY=${YOUR_SAUCE_API_TOKEN}