I’m writing a framework using CodeceptJS and I’m wondering if it’s possible to get the file that is running the test on the ‘event.test.failed’ event.
On the documentation (https://codecept.io/hooks/#test-object) it says that I can access to file, but on my code it says undefined.