https://cypress.io logo
You can modify Chrome arguments as documented here...
# e2e-testing
s
You can modify Chrome arguments as documented here https://docs.cypress.io/api/plugins/browser-launch-api but there is no 'does not run in incognito mode' flag. So find out what Chromium Command Line Switches you need enabled / disabled from (example) here https://peter.sh/experiments/chromium-command-line-switches/ and handle it with that first Cypress docs link.
Copy code
setupNodeEvents(on, config) {
      on('before:browser:launch', (browser = {}, launchOptions) => {
// your code