This repo provides sample code to reproduce the below issue:
Issue Statement: Cypress is not execute tests in private window of Mozilla Firefox browser
Issue Details: In cypres.config.js file, below configuration is used:
Using above configuration, cypress launches firefox browser in private window but when the script execution starts, it gives below error:
Cypress Version used: 12.16.0 Mozilla Firefox version used: 114.0.2 (64 bit)