'Missing history in allure report
i use python 3.8 selenium i run pipeline in gitlab
first run stages:
- test. (run automation test)
- history_copy
- generate_report (generate report)
- report (put the report on the pages in gitlab)
second run stages:
test. (run automation test)
history_copy -> unzip artifacts.zip - chmod -R 777 public - cp ./public/history/* ./allure_results
generate_report (generate report)
report (put the report on the pages in gitlab)
in the pages i see the allure report correctly but i dont see the history
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
