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
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