Skip to content

Commit

Permalink
Remove experimentalNetworkStubbing (#318)
Browse files Browse the repository at this point in the history
```experimentalNetworkStubbing``` option was removed and made the default behavior from version 6.0.0.
Ref: https://docs.cypress.io/guides/references/changelog#6-0-0

Issue resolved:
#309

Signed-off-by: am1tb <amit.banerjee.jsr@gmail.com>
  • Loading branch information
AM1TB authored Oct 5, 2022
1 parent e9f6ae2 commit e6a9517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
"password": "admin",
"ENDPOINT_WITH_PROXY": false,
"MANAGED_SERVICE_ENDPOINT": false
},
"experimentalNetworkStubbing": true
}
}

0 comments on commit e6a9517

Please sign in to comment.