Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 777 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 777 Bytes

Performace Benchmarking

In this repo, we will benchmark the performance of Nightwatch, Cypress & Playwright.

Nightwatch & Playwright

  1. Fork the repository
  2. Go to actions
  3. Trigger

Cypress

To run in parallel on Cypress, you will need a project ID & recording key. Please go to your project on Cypress Cloud, go to project settings & keep these details ready.

Cypress Keys

Benchmarking your own tests

You can use this project to benchmark your own tests

  1. Add new folder with the test suite
  2. Add the folder name under the suite github actions input options
  3. Go to actions and select the new folder to run your own tests!