-
- [x] fork repo
On gitHub, fork https://github.com/jbehave/jbehave-core.
- [x] clone forked repo
git clone git clone https://github.com/masmangan/jbehave-core.git
- [ ] build
mvn -s settings.xm…
-
I have this error when I'm trying to use ZAP scan
```
6385 [ZAP-daemon] INFO org.zaproxy.zap.control.ExtensionFactory - Loading extensions
[java] Dec 09, 2015 3:38:57 AM net.continuumsecurity.…
-
Hi ..
I am using serenity runner with Jbehave BDD . when i try to integrate report portal serenity ,I am getting the below error.Please help me .
-
FitNesse plugin version 0.2
http://search.maven.org/remotecontent?filepath=org/fitnesse/jbehave/fitnesse-jbehave/0.2/fitnesse-jbehave-0.2.jar
Does not work with latest release of FitNesse.
-
Hi,
I was trying out this example. But got some problem when downloading the dependencies.
Please tell me what to do... I like to see a working Jbehave project (hard to find anywhere)
This is the er…
-
JBehave allows the use of custom localized keywords http://jbehave.org/reference/stable/stories-in-your-language.html specified as a Properties-file. It makes sense writing the stories in user's lang…
-
jbehave-core: 4.0.1
jbehave-junit-runner: 1.2.0
InetlliJ IDEA 14.1.4
Here is the piece of my Embedder:
```
@RunWith(JUnitReportingRunner.class)
public class ConsumerFrontEndStories extends JUnitStor…
-
I am trying to generate a report using serenity plugin. I have updated the pom file with plugin and dependency. When I run the tests as maven install, I see the Generating test results for 0 tests as …
edurb updated
2 years ago
-
Transform the current project from the exiting JBehave implementation to the Cucumber JVM (previously Cuke4Duke) Implementation.
Other experienced users of BDD have commented about issues and learnin…
-
We are trying to split some of our step classes into a separate maven module that is in a separate maven project. For those step classes that we have moved into the new module their steps are showing …