mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-10 16:50:03 -06:00
* revive logic to run CT in a single tab * add feature flag: experimentalSingleTabRunMode * remove log * reset browser state between tests * document single tab run mode experiment; * add system test for experimental run mode * fix snapshots * use more simple project for testing * additional guard; * fix test * Apply suggestions from code review Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com> * destroy aut after each spec * update snapshot * fix types * add experiment flag error * add warning when using experimental flag with e2e * build binaries for experimentalSingleTabRunMode feature * build binaries take 2 * make error message more open ended * destroy AUT later in run mode lifecycle * add additional assertion around experimental flag * simplify error * remove test code from production code Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>