* Fix typo ("ge" instead of "get") in green Reload button in report file.
Fix results table modification documentation.
Thanks to @michalkaptur <https://github.com/michalkaptur>_ for the reporting and PR.
Fix broken duration.
Revert report generation to full run.
Add collections errors to report.
Fix escaping HTML in the log.
4.0.2 (2023-09-12)
Use absolute path to the report file.
Thanks to @adrien-berchet <https://github.com/adrien-berchet>_ for reporting and for the PR.
4.0.1 (2023-09-10)
* Fix incorrectly labeled outcome.
Thanks to @lodagro <https://github.com/lodagro>_ for reporting
4.0.0 (2023-09-01)
This release is the result of more than two years of rewrites.
We've tried our best to keep this release backwards-compatible with v3.
If you find something that seems to be a regression, please consult the documentation first,
before filing an issue.
Thanks to all the users who have contributed with ideas, solutions and beta-testing.
You're too many to name, but you know who you are.
A special thanks to @drRedflint <https://github.com/drRedflint>_ and @jeffwright13 <https://github.com/jeffwright13>_
for all the javascript and testing respectively.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps pytest-html from 3.2.0 to 4.1.0.
Release notes
Sourced from pytest-html's releases.
... (truncated)
Changelog
Sourced from pytest-html's changelog.
Commits
1348430
Release v4.1.0 (#761)82762a2
fix: Escaping HTML in log (#757)84a1f68
test: Add UTF8 test (#760)71b7408
[pre-commit.ci] pre-commit autoupdate (#563)f6d3454
fix: Only run npm when building from source (#758)e407056
replace hardcoded string with actual report data (#749)cbb3b39
fix: Add collections errors to report (#756)bf19498
fix: Revert report generation to full run (#754)263c1c6
fix: Broken duration (#753)8523105
Pytest html fix reload button typo (#738)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show