Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 386 Bytes

File metadata and controls

12 lines (8 loc) · 386 Bytes

Web Testing IV Guided Project

Guided project for Web Testing IV Module.

Project Setup

  • fork and clone this repository.
  • CD into the folder where you cloned your fork.
  • type yarn or npm i to download dependencies.
  • type yarn server or npm run server to start the API.

Please follow along as the instructor add automated tests to the API.