Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 743 Bytes

File metadata and controls

14 lines (11 loc) · 743 Bytes

This is a NodeJS project for use in the Quality Assistant/Analyst interview auditions.

Purpose

The goal of the session is to add some tests. Refer to the email for more instructions.

There are several technology options for you to choose to go with:

  • option 1 is webdriverIO/mocha (driven by webdriverIO)
  • option 2 is selenium-webdriver/jest (driven by jest)
  • option 3 is cypress/mocha (driven by cypress)

For both options, please install Cypress Real World App from here: https://github.com/cypress-io/cypress-realworld-app

  • clone the repo
  • follow the instructions in readme to install dependencies and run the app locally

Please refer to individual readme files (in the option1/2/3 subfolders) in order to run tests.