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
{{ message }}
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
First run, there is no history, every thing is fine
For the runs after
node run collection-name.js
if exist allure-report\\history Xcopy allure-report\\history allure-results\\history /E /H /C /I /Y
allure generate allure-results --clean -o allure-report
In this case, we have 200 test in the report, the first 100 have history (those are the new ones), but we have 100 other test cases that are not cleaned
Tried if exist allure-results del allure-results\\*result.json before the scripts, but we can't see test history
The text was updated successfully, but these errors were encountered:
Here are the steps to reproduce :
Let's assume we have a 100 test to execute
First run, there is no history, every thing is fine
For the runs after
In this case, we have 200 test in the report, the first 100 have history (those are the new ones), but we have 100 other test cases that are not cleaned
Tried
if exist allure-results del allure-results\\*result.json
before the scripts, but we can't see test historyThe text was updated successfully, but these errors were encountered: