Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 325 Bytes

running-end-to-end-tests.md

File metadata and controls

9 lines (6 loc) · 325 Bytes

Running end-to-end tests

Then end-to-end tests depend on ChromeDriver, the web driver for Chrome. You can install it here. Install a version that matches the version of Chrome on your machine.

After that, you can run the end-to-end tests with

npm run test:e2e