Skip to content

Fix the pie chart on pytest html reports for path changes

Compare
Choose a tag to compare
@mdmintz mdmintz released this 03 Mar 04:16
· 4466 commits to master since this release
5597d71

Fix the dashboard pie chart on pytest html reports for path changes:

  • The pie chart from the dashboard should now appear on pytest html reports when changing the folder location of the html report.
    -- (For the pie chart to appear on html reports, both the --html=REPORTPATH.html and the --dashboard arguments must be used when calling pytest)

Also update Python dependencies:

  • ipdb==0.13.5;python_version>="3.6"
  • Pillow==8.1.1;python_version>="3.6"
  • rich==9.12.4;python_version>="3.6"
  • allure-pytest==2.8.35;python_version>="3.5"