Skip to content

Releases: harmin-parra/pytest-report-extras

v1.2.2

09 Jan 21:26
Compare
Choose a tag to compare

Features

  • Limited support for the --self-contained-html option of the pytest-html plugin.

v1.2.1

06 Jan 21:39
Compare
Choose a tag to compare

Features

  • Support for attachments of mime type: image/bmp, image/gif, image/jpeg, image/png, image/svg+xml and image/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

04 Jan 00:49
Compare
Choose a tag to compare

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 and text/uri-list

v1.1.0

28 Dec 02:47
f813fee
Compare
Choose a tag to compare

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

15 Dec 22:14
Compare
Choose a tag to compare

Bug fix

  • Fix mistakes in the project's README file.

v1.0.0

15 Dec 20:57
Compare
Choose a tag to compare

Initial commit

Limitation

  • The Allure report cannot be generated alone. It needs to be generated together with the pytest-html report.