jbehave-eclipse-plugin
jbehave-eclipse-plugin copied to clipboard
A JBehave Eclipse plugin, story editor, validator and step jumper!
Bumps logback-classic from 1.0.0 to 1.2.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps commons-io from 2.1 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
The keywords checker does not allow to use synonyms in the keywords definition. This JBehave feature is described here : http://jbehave.org/reference/preview/keyword-synonyms.html I use a lot of them in my project...
The spell checker reports a story file syntax as broken if there are leading and / or appended whitespaces. It would be nice to ignore them because one could put...
We define jbehave tests with german sentence order: As a In order to I want to It would be nice to have a less restrictive check as JBehave doesn't mind.
UPDATE: This is no longer an issue if the user increases his heap size in the eclipse ini file to say 1024, also if a user updates their class scanner...
Hi all, I think maybe this is related to https://github.com/Arnauld/jbehave-eclipse-plugin/issues/39 and https://github.com/Arnauld/jbehave-eclipse-plugin/issues/43 But these issues are already closed. I removed all excludes. And I added the following rule for the...
It would be useful to extend the scanning behaviour to cope with OSGI type frameworks that may have stories and steps in separate plugins (projects).
first: thanks for the great plugin! Having a project with a lot of steps (~250 real steps and ~150 aliases), there is a noticeable lag on every keystroke within a...
I assume this would be a little work to accomplish but also be a really handy when trying to get a green bar: - Hook into the eclipse JUnit plugin...