Integration of Neptune with Hamcrest matchers
<dependencies>
<dependency>
<groupId>ru.tinkoff.qa.neptune</groupId>
<artifactId>check</artifactId>
<version>${LATEST_RELEASE_OR_BETA_VERSION}</version>
<scope>test</scope>
</dependency>
</dependencies>
dependencies {
testImplementation group: 'ru.tinkoff.qa.neptune', name: 'check', version: LATEST_RELEASE_OR_BETA_VERSION
}
Краткая документация на русском