able-monkey-72947
07/14/2022, 3:24 PMon('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?