My submission for my webdriverIO assigment
Before starting 🏁, you need to have GIT and NodeJS installed.
# Clone this project
$ git clone https://github.com/kxngHunter/WebdriverIO-Assignment.git
# Install dependencies
$ npm install
# Create an .env file in the root of the project
$ touch .env
# In the .env file type EMAIL=<EMAIL> with your email. Replace <EMAIL> with a valid email. Your email must follow the format "username@domain.extension"
#For example, test@gmail.com
# To run the test
$ npm run test