This holds all of the exercises for the Devmountain Quality Assurance course. Instructions and solutions can be found in each units folder.
Enter these commands in the terminal after cloning to set up this repository.
Jest commands: npm init -y npm i --save-dev jest typescript ts-jest @types/jest npx ts-jest config:init
Selenium Command: npm i -d selenium-webdriver @types/selenium-webdriver chromedriver geckodriver