Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 907 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 907 Bytes

QA Test Demos Repository

  • This repo serves to hold testing demos from a number of frameworks including:
    • Mocha
    • Jest
    • Tape

Installation

  • Using Visual Studio Code or Gitbash, type 'npm install' into the terminal. This will install the packages needed for qa testing.

Packages

  • This repo currently holds the following test packages:
    • Selenium-Webdriver
    • Tape
    • Mocha
    • Chai
    • Jest
    • Supertest

Further Reading and Links