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