-
Hi,
I am using this jvm and not using the customised report.
The Parallel run is fine in SCENARIO level.
After build is over I got some failed cuke scenarios but the job colour is still in Green an…
-
When user initiates tests in debug mode
And sets breakpoints in java step method files
Then tests are runned
And Courgette did not recognize that debug mode should be stopped on breakpoints
I…
-
added Extent cucumber adapter report to the example courgette-jvm project and trying to see if it generates extent report.
But it is generting only for one feature file instead of all the feature fi…
-
The tests run fine locally, but when running in Jenkins, the tests are getting failed.It's a multi module maven project , getting below error and the tests are not executed.Please advice.
Error:
…
-
Hi,
Hope you may be able to help out. I'm trying to implement courgette into a new project. Our current test runner looks like
```
@CucumberOptions(
features={"src/test/resources/Features"},…
-
hi @prashant-ramcharan
may I ask you a question?
currently, I set the runLevel = CourgetteRunLevel.FEATURE
There are many scenarios for each feature
I found that, every Scenario will open the bro…
-
This is more of a question and not an issue.
Does courgette-jvm work with spring framework, specifically Spring tests ?
I tried to use it but spring Dependency injection does not seem to work when u…
-
Hi @prashant-ramcharan I logged below defect to Extent report and as per developer that is default comes with extent report version 4.1.4.
Can you please take a look at it why it is not grouping c…
-
Hi @prashant-ramcharan I have integrated ExtentSparkReporter and after the execution i found when 1 cucumber step failed rest steps after failed step coming as Pass instead of it should have been SK…
-
Hi there:
I try to make run the Courgette Runner and when I use the import
cucumber.api.CucumberOptions;
It displays the next error:
Incompatible types. Found: 'cucumber.api.CucumberOptions', re…