Releases: harmin-parra/pytest-report-extras
Releases · harmin-parra/pytest-report-extras
v1.2.2
v1.2.1
Features
- Support for attachments of mime type:
image/bmp
,image/gif
,image/jpeg
,image/png
,image/svg+xml
andimage/tiff
.
Bug fix
- The plugin was still making calls to deprecated code.
- Better handling of attachments with other mime types (ex:
application/pdf
).
v1.2.0
Change
- Modification of the algorithm related to attachments. The
report.step
method is going to be deprecated.
Features
- Posibility to add links to the tests report.
- New INI option to customize the indentation of XML, JSON and YAML attachments.
- Support for attachments of mime type:
text/csv
,text/html
andtext/uri-list
v1.1.0
Bug fix
- Exception handling when formatting invalid XML, JSON and YAML documents added in comments.
Improvements
- The Allure report can be generated if the pytest-html option is not used.
- Removal of comments in XML documents added in comments.
v1.0.1
Bug fix
- Fix mistakes in the project's README file.
v1.0.0
Initial commit
Limitation
- The Allure report cannot be generated alone. It needs to be generated together with the pytest-html report.