Releases: harmin-parra/pytest-webtest-extras
Releases · harmin-parra/pytest-webtest-extras
v1.3.0
v1.2.2
Bug fixes
- Error when config option
--alluredir
is missing. - Better handling of missing optional dependencies (Selenium and Playwright).
v1.2.1
Improvement
- Addition of auxiliary functions to format XML, JSON and YAML data from files and strings.
Changes
screenshot_for_selenium
method has been renamed toscreenshot_selenium
.screenshot_for_playwright
method has been renamed toscreenshot_playwright
.
Bug fix
- Playwright package should be an optional dependency.
v1.2.0
Improvement
- Removal of redundant
extras_allure
INI option.
Changes
- The
report-extras
fixture has been renamed toextras
. - Default value of
extras_comments
INI option isTrue
.
Bug fix
- Fix error message mistake.
v1.1.0
Improvement
- Replacement of deprecated code.
Change
- Some CSS classes have been renamed.