tzatziki icon indicating copy to clipboard operation
tzatziki copied to clipboard

Decathlon library to ease and promote Test Driven Development of Java microservices!

Results 24 tzatziki issues
Sort by recently updated
recently updated
newest added

Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-jre. Release notes Sourced from com.google.guava:guava's releases. 33.2.0 Android users: Please test recent Guava versions If you know of Guava Android users who have not...

dependencies

Bumps [org.burningwave:core](https://github.com/burningwave/core) from 12.65.0 to 12.65.1. Commits fa870ef [maven-release-plugin] prepare release core-12.65.1 926e1cc Dependency update. Releasing new version 5c1b04e Update ed9e7d9 Released new version 0ffda77 Added JDK 22 support e68dca7...

dependencies

Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.13 to 2.13.14. Commits a527019 Merge pull request #10758 from som-snytt/fix/repl-color-redux a064a89 Minimize diff for isTerminal probe 6b68db9 Merge pull request #10739 from som-snytt/issue/9609-doc-doc-options 83332ad Merge pull...

dependencies

Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.22.3 to 10.12.0. Release notes Sourced from org.flywaydb:flyway-core's releases. Flyway 10.12.0 See release notes here CLI artifact available here Flyway 10.11.1 See release notes here CLI artifact...

dependencies

Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.2.4 to 3.2.5. Release notes Sourced from org.springframework.boot:spring-boot-dependencies's releases. v3.2.5 :lady_beetle: Bug Fixes BindValidationFailureAnalyzer uses wrong target #40364 Log4j2LoggingSystem pollutes Log4j2's environment with a SpringEnvironmentPropertySource that is...

dependencies

Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2. Release notes Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases. 3.1.2 Release Notes - Maven Deploy Plugin - Version 3.1.2 What's Changed [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by...

dependencies

Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.10.1 to 7.10.2. Release notes Sourced from org.testng:testng's releases. TestNG v7.10.2 What's Changed Bump gradle/wrapper-validation-action from 2.1.2 to 3.3.0 by @​dependabot in testng-team/testng#3113 Streaming working of listener...

dependencies

Bumps `cucumber.version` from 7.16.1 to 7.17.0. Updates `io.cucumber:cucumber-java` from 7.16.1 to 7.17.0 Release notes Sourced from io.cucumber:cucumber-java's releases. v7.17.0 Added [JUnit Platform Engine] Support for parameters cucumber.junit-platform.naming-strategy.short.example-name and cucumber.junit-platform.naming-strategy.long.example-name (#2743...

dependencies

Assert an html element is on page optionally with attributes ```gherkin the page contains 'cssSelector' (visible) (with attributes 'key1:value1', 'key2:value2'...) ``` Assert html elements are on page providing yaml list...

Perform an action (CLICK, FILL...) with optional parameters on one or multiple elements. ```gherkin we perform a 'action' (with 'parameters...') on 'cssSelector' (waiting 'cssSelector' (visible)) ``` Perform a list of...