JGiven icon indicating copy to clipboard operation
JGiven copied to clipboard

Behavior-Driven Development in plain Java

Results 88 JGiven issues
Sort by recently updated
recently updated
newest added

When using given().something_with_varargs_params_$("foo","bar") I want to have nice formatting of the vararg params, currently its something like "something with varargs params String@12345"

Currently the nested steps are just indented. What if I want to enclose nested steps in curly braces? something like - If I use groovy to write JGiven tests, I...

It is often the case that one uses multiple builders inside a single stage. In that case it would be convenient it these builders could directly be used in the...

enhancement
core
experimental
HTML Report

Hi Jan, some additional idea as this just caused confusion: We're using a @Quoted string, that is printed in quotes when it is printed in a single test case -...

enhancement
core
experimental
under discussion

Hi, is it be possible to refer to a Spring bean in @JGivenConfiguration or to do this programmatically to inject such a bean? Thanks in advance! Regards, Niko

enhancement
Spring

It would sometimes be useful to have stages that live longer than a single scenario. For example, to do expensive setups that can be reused between tests. In JUnit this...

enhancement
experimental

We may have quite a few scenarios for a given tag. Currently, they are sorted using alphabetical ordering. It could be useful to think about a mechanism allowing us to...

enhancement
HTML Report

Given a scenario with a step with a parameter that has an @Table annotation When the scenario is executed multiple times with different values for the table parameter Then the...

enhancement
core
experimental

Hi Jan, sorry for bothering again, but due to the fact that we are systematically introducing JGiven in our testing environment, I want to share every feedback to make this...

enhancement
core
experimental