Releases: harmin-parra/pytest-report-extras
Releases · harmin-parra/pytest-report-extras
v1.3.0
Feature
- New INI options to define link patterns for issues and test-cases and new decorators to add links to the report.
Improvements
- A default CSS style sheet is automatically added if
--css
option is not provided. - Usage errors are logged in the standard error descriptor (stderr).
- Test parameters via the
@pytest.mark.parametrize
decorator are added to the report.
Changes
- The
report.link
method is going to be deprecated. - The
report.step
deprecated method has been removed.
v1.2.2
Feature
- Limited support for the
--self-contained-html
option of the pytest-html plugin.
v1.2.1
Feature
- Support for attachments of mime type:
image/bmp
,image/gif
,image/jpeg
,image/png
,image/svg+xml
andimage/tiff
.
Bug fixes
- 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 as attachments.
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.