Skip to content

Releases: harmin-parra/pytest-webtest-extras

v1.3.0

03 Oct 12:29
Compare
Choose a tag to compare

Changes

  • Fixture extras was renamed to report as pytest-html v4.0.0 introduced a fixture with the same name causing a collision.

v1.2.2

02 Oct 20:53
Compare
Choose a tag to compare

Bug fixes

  • Error when config option --alluredir is missing.
  • Better handling of missing optional dependencies (Selenium and Playwright).

v1.2.1

25 Sep 12:50
Compare
Choose a tag to compare

Improvement

  • Addition of auxiliary functions to format XML, JSON and YAML data from files and strings.

Changes

  • screenshot_for_selenium method has been renamed to screenshot_selenium.
  • screenshot_for_playwright method has been renamed to screenshot_playwright.

Bug fix

  • Playwright package should be an optional dependency.

v1.2.0

08 Jun 22:16
1185dc1
Compare
Choose a tag to compare

Improvement

  • Removal of redundant extras_allure INI option.

Changes

  • The report-extras fixture has been renamed to extras.
  • Default value of extras_comments INI option is True.

Bug fix

  • Fix error message mistake.

v1.1.0

13 Nov 20:25
febbbff
Compare
Choose a tag to compare

Improvement

  • Replacement of deprecated code.

Change

  • Some CSS classes have been renamed.

v1.0.0

11 Nov 23:44
Compare
Choose a tag to compare

Initial commit

Limitation

The Environment table is missing in the report when using pytest-html v3.2.0 (#76)