Jan Schäfer

Results 16 issues of Jan Schäfer

- [x] User Guide documentation - [ ] More tests - [x] How to support languages others than English? - Can be implemented by generating corresponding classes for other languages....

JUnit5

Having a reporter that generates AsciiDoc would have several benefits: - The result can be transformed into many other formats like HTML or PDF - The resulting files could be...

enhancement
help wanted

See https://stackoverflow.com/questions/44044898/jgiven-show-acceptance-test-running-line-by-line

enhancement
core

Document how to configure JGiven using the `JGivenConfiguration` annotation.

documentation
easy

By default JGiven resolves Stage fields by type, except for certain java packages that are resolved by name. This different resolution strategies might be confusing and it would be useful...

enhancement
core
minor

JUnit 5 supports nested test classes with the `@Nested` annotation. For JGiven this raises the question of how to represent that in the HTML report. Any ideas are welcome!

enhancement
experimental
JUnit5
under discussion

- One for junit - One for testng - One for spring

enhancement
help wanted

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

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

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