You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently following the documentation provided at https://allurereport.org/docs/jest/ to generate test reports using allure-jest for Jest testing.
However, unless I explicitly define steps like allure.step(~) within my tests, the Execution section of the report shows the message: “No information about test execution is available.”
Could you please guide me on how to automatically populate the Execution details in the Allure report without manually defining the steps?
For your reference, here is the current configuration of my jest.config.ts:
I am currently following the documentation provided at https://allurereport.org/docs/jest/ to generate test reports using allure-jest for Jest testing.
However, unless I explicitly define steps like allure.step(~) within my tests, the Execution section of the report shows the message: “No information about test execution is available.”
Could you please guide me on how to automatically populate the Execution details in the Allure report without manually defining the steps?
For your reference, here is the current configuration of my jest.config.ts:
package.json is here
I would greatly appreciate any advice or suggestions you can provide on this matter.
The text was updated successfully, but these errors were encountered: