Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 325 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 325 Bytes

Performance Monitoring Demo

Setup

  • Clone this project.
  • Install dependencies by using yarn.

Run Cypress Test

  • Run yarn start in one console.
  • In another console,
    • Run yarn cypress in local for silence mode in CI.
    • Run yarn cypress:open in local for interactive mode to see what is going on.