Run npm install to download cypress and other dependencies
When you development your app, you want to write test. To open cypress test runner, run cypress open.
The Test runner is now opening
During build stage you want run test without opening test runner. To do this, you can execute cypress run.