-
Hi,
The JBehave scenario's numbers are hidden in the serenity report.
Ex: Scenario: 2. TC12959: Verify 7 days are shown in desktop view
Ref the screenshot of the report.
Also, the serenity …
-
support for opening the declaration of failed steps when running junit
Copied from [JBEHAVE-233](http://jira.codehaus.org/browse/JBEHAVE-233)
-
JBehave supports other languages, like German. It would be great if the Editor would recognise other language configurations and highlight the Keywords appropriately.
Or is this already possible and I…
-
As a user stuck with Helios, I would like to use the JBehave Eclipse Plugin in Helios.
Kind regards,
Cédric
-
Junit doesnt display full details of scenarios/steps executed.
11 scenarios are reported although only 2 are actually defined.
Using intellijJ 13.1.2
![jbehave](https://cloud.githubusercontent.com/ass…
-
**Describe the bug**
After switching from version 0.6.13 to version 0.6.14-SNAPSHOT, Vividus stopped creating data source for MySQL database connection.
**To Reproduce**
Configure MySQL database …
-
Hello ,
I need to know the scenario status while in execution so that I can execute @After annotation to perform some logging.
In JBehave I have used @AfterScenario(uponType=ScenarioType.ANY,upo…
-
At this point project pom.xml contains lots of dependencies that covers several different technology stacks that in real cases won't be used together.
Idea is to split project into relevant modules…
-
I have one outline scenario with 2 samples, the surefire xml report only contains the outline scenario.
And the status of the testcase is misleading , especially when one of the samples is failed whi…
-
Add possibility to define actions in certain test case state.
For instance, JUnit rule - org.junit.rules.TestWatcher. It allows to define some specific actions for failed or skipped tests.