I am trying to run a test case in Cypress in a headed Edge browser.
How do I set-up this test to run Edge in Incognito/Private mode?
I've found an example using Chrome: How to run Cypress headed tests using Chrome Incognito
but not Edge.
The way start/run the test is with the command: npx cypress run.
Once Cypress open i click on the Edge Option, then it opens the Edge in headed mode.