Releases: znsio/teswiz
Releases · znsio/teswiz
teswiz v1.0.10
Full Changelog: 1.0.9...1.0.10
teswiz v1.0.9
What's Changed
- Added capability to test PDF files using Applitools Visual AI by @anandbagmar in #883
@validatePDF
Feature: PDF validation using Applitools
@web @android @browserstack
Scenario: Validate a pdf document as part of a web scenario
Given "I" go to Login
Then I validate all pages of the pdf document "src/test/resources/pdf/Teswiz.pdf"
And I validate page numbers "1,3" of the pdf document "src/test/resources/pdf/Teswiz.pdf"
@pdf @standalone @allpages
Scenario: Validate a standalone pdf document
Given I validate the standalone pdf document "src/test/resources/pdf/Teswiz.pdf"
@pdf @standalone @specificpages
Scenario: Validate specific pages of the standalone pdf document
Given I validate page numbers "1,3" of standalone pdf document "src/test/resources/pdf/Teswiz.pdf"
Full Changelog: 1.0.8...1.0.9
teswiz v1.0.8
Added ability to compare 2 yaml files
Added ability to compare 2 json files
Full Changelog: 1.0.7...1.0.8
teswiz v1.0.7
What's Changed
- Add platform=cli to run Interactive CLI tests by @anandbagmar in #881
Full Changelog: 1.0.6...1.0.7
teswiz v1.0.6
What's Changed
- Support to test Interactive CLI by @anandbagmar in #878
Full Changelog: 1.0.5...1.0.6
teswiz v1.0.5
What's Changed
- [92] fetch browser logs when running in docker container by @anandbagmar in #876
Full Changelog: 1.0.4...1.0.5
teswiz v1.0.4
Full Changelog: 1.0.3...1.0.4
teswiz v1.0.3
Full Changelog: 1.0.2...1.0.3
teswiz v1.0.2
Full Changelog: 1.0.0...1.0.2
teswiz v1.0.1
Full Changelog: 1.0.0...1.0.1
- Changed AspectJ logger to log exit method message at DEBUG level.
- Updated log4j.properties to log to Console at INFO level, and to the log file at DEBUG level.