cukes icon indicating copy to clipboard operation
cukes copied to clipboard

Cucumber DSL for testing RESTful Web Services

Results 46 cukes issues
Sort by recently updated
recently updated
newest added

Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.3.1.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...

dependencies

Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 1.5.22.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...

dependencies

Bumps [h2](https://github.com/h2database/h2database) from 1.4.196 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies

_(thanks for the recent upgrade to cucumber 6 :partying_face:)_ Are there any ongoing efforts for supporting [parallel execution](https://cucumber.io/docs/guides/parallel-execution/?sbsearch=parallel)? After some failed attempts, it seems that it fails on the 2...

**Describe the bug** When I try to remove the advert by setting cucumber.publish.quiet=true in my cucumber.properties file I have other issues that I don't understand. **To Reproduce** Steps to reproduce...

1. set await condition (ex: And should wait at most 5 m with interval 10 s until property "available" equal to "true") 1. define a request 1. implement some some...

#114 Unify Cukes step styling: -- Added unified steps for Core and LDAP subprojects;

I should be able to override Cukes properties via environment variables, or on the command line - that enables to leave property files untouched, e.g. for user id and passwords....

The wiki page https://github.com/ctco/cukes/wiki/Configuration: I > s it possible to override default name for properties file by creating system environment variable called "cukes.profile", containing filename. > > cukes.profile = "cucumber-profile.properties"...

I'm trying to write a plugin for cukes-rest but I can't seem to register it. ```java @Singleton public class PluginImpl implements CukesHttpPlugin { @Override public void beforeRequest(RequestSpecification requestSpecification) { System.out.println("======...