able-monkey-72947
07/14/2022, 2:59 PMexperimentalInteractiveRunEvents? I have tried both
module.exports = defineConfig({
e2e: {
...
},
experiments: { experimentalInteractiveRunEvents: true }
})
and
module.exports = defineConfig({
e2e: {
...,
experiments: { experimentalInteractiveRunEvents: true }
},
})
in my cypress.config.js file and I'm not see any logging output from either event.