https://cypress.io logo
I feel pretty dense here, but how do I turn on `ex...
# e2e-testing
a
I feel pretty dense here, but how do I turn on
experimentalInteractiveRunEvents
? I have tried both
Copy code
module.exports = defineConfig({
  e2e: {
    ...
  },
  experiments: { experimentalInteractiveRunEvents: true }
})
and
Copy code
module.exports = defineConfig({
  e2e: {
    ...,
    experiments: { experimentalInteractiveRunEvents: true }
  },
})
in my
cypress.config.js
file and I'm not see any logging output from either event.