Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 425 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 425 Bytes

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