Closed bill2605 closed 9 months ago
I noticed that when running test via the courgetteRunner class, there is no Before step running in the test, however there would be if I run the tests from the feature file. Also from console, there is no stack trace returned from courgette which makes it hard to debug. See below:
It seems like it's able to locate the feature files, but the glue (or test setup hooks with @before
and @after
are ignored ) ?
It seems I was using the wrong JRE version all along.. thanks!
Hi,
I've been trying to resolve an issue with the following error:
Stack trace:
Courgette options are:
Currently using Java
21
, with the latest version of the courgette library and cucumber-spring7.15.0
Any thoughts as to why this is happening? Thanks!