By default, running 'npx cypress open' opens the Cypress window and then I have to manually hit the "Run All Tests" button to run them.
- How can I keep the browser open and run all tests in the browser/UI automatically?
- Can I keep a scheduler on each test case so that the test runs in a particular time?
- How can I push the cypress framework to higher environments?
I need the tests to run automatically everytime. I want to keep a schedular on the test case and make it more customizable and also want to push to another environments.