Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in my cypress.config.js
setupNodeEvents (on, config) {
....
//Currently have this
require('./cypress/plugins/index.js')(on, config)
....
}
how do i integrate together with return cloudPlugin(on, config); ?? Using cypress 12.16.0 version
Beta Was this translation helpful? Give feedback.
All reactions