Skip to content

Releases: znsio/teswiz

teswiz v1.0.10

28 Nov 04:49
Compare
Choose a tag to compare

teswiz v1.0.9

27 Nov 09:07
Compare
Choose a tag to compare

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

21 Nov 10:52
Compare
Choose a tag to compare

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

20 Nov 06:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.0.7

teswiz v1.0.6

15 Nov 08:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

teswiz v1.0.5

12 Nov 09:14
Compare
Choose a tag to compare

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

12 Nov 04:30
Compare
Choose a tag to compare

Full Changelog: 1.0.3...1.0.4

teswiz v1.0.3

07 Nov 06:39
Compare
Choose a tag to compare

Full Changelog: 1.0.2...1.0.3

teswiz v1.0.2

05 Nov 11:08
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.2

teswiz v1.0.1

05 Nov 10:13
Compare
Choose a tag to compare

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.