Generate Allure Report for jest. Allure Report, a flexible lightweight multi-language test report tool with the possibility to add steps, attachments, parameters and so on.
I am trying to use both concurrent and reporter methods, then it throws an exception
After some research, found out that the specStarted method executed after the async function.
so, I have to use concurrent without reporter invoked, or quit using concurrent.
I am trying to use both concurrent and reporter methods, then it throws an exception After some research, found out that the specStarted method executed after the async function.
so, I have to use concurrent without reporter invoked, or quit using concurrent.
Help needed, thanks
code example: