Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@rovner rovner released this 11 Jul 15:52
· 5 commits to master since this release
  • Feature: disable caret blinking before taking a screenshot
  • Feature: add info about the number of diff points in the allure report
  • Bug: fix coordinate ignoring for area and element screenshots
  • Bug: fix soft junit5 extension not to fail if there is no assertion in test

Maven:

<dependency>
    <groupId>io.github.rovner</groupId>
    <artifactId>screenshot-assert-core</artifactId>
    <version>1.1.0</version>
    <scope>test</scope>
</dependency>
<!--extension for junit 5-->
<dependency>
    <groupId>io.github.rovner</groupId>
    <artifactId>screenshot-assert-junit5</artifactId>
    <version>1.1.0</version>
    <scope>test</scope>
</dependency>

Gradle:

testImplementation 'io.github.rovner:screenshot-assert-core:1.1.0'
//extension for junit 5
testImplementation 'io.github.rovner:screenshot-assert-junit5:1.1.0'