Allure object restart after codeceptjs async action #2710
-
Hi, I'm using the following packages in my project.: I have a problem that codeceptjs async action like - this is the code (important to say that I tried also to create allure instance inside the eventListener and sent it as argument to the method): event.dispatcher.on(event.test.after, async (test) => { "createAllureReport" implementation: export const createAllureReport = (email: string, url: string): void => { and "getAllureInstance" implementation: const getAllureInstance = () => { any explanation/ideas why? and hoe to solve it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Please, try to use the latest beta version available, the CodeceptJS integration was reworked and now it should work correctly. |
Beta Was this translation helpful? Give feedback.
Please, try to use the latest beta version available, the CodeceptJS integration was reworked and now it should work correctly.