https://cypress.io logo
I'm a little confused about what's happening here,...
# e2e-testing
a
I'm a little confused about what's happening here, I maybe on the wrong track all together. In my config file I've got this node event -
Copy code
on('before:spec', (spec) => {
  console.log('!!!!! before:spec', spec)
})
When I start the test runner, not when I run the spec, I see this -
!!!!! before:spec { name: '', absolute: '', relative: '', specType: 'integration' }
. And then when I run the spec I don't see anything output?