(the software, not the vegetable)
Software >
Ruby > Ruby web programming, Software testing >
(on Wikipedia)
https://cucumber.io/ [ 1 ] was http://cukes.info/
Behavior-driven.
A rewrite of RSpec's Story Runner.
Cucumber works with Ruby, Java, .NET, Flex or web applications written in any language.
Tutorials/Media ∞
Notes ∞
"Right now, it is chore to keep track of exactly how steps are defined versus how they are actually used."
Have you tried using the usage formatter? It will tell you what steps are being used and where from. It won't however tell you what isn't being used.. Please add a ticket if you think that would help. However, you can already easily tell what steps are not being used by running RCov and see which steps are red. Thats probably more labor intensive that you would like, but writing a script to parse the report wouldn't be too difficult I'd imagine.
Rcumber and cucumber-skin - display your current features for a project
Related ∞
-
- PIvotal traCKer Liaison to cucumbER
- Synchronize user stories in Pivotal Tracker with Cucumber features.
- display your current features for a project
Footnotes
Last updated 2022-04-07 at 01:56:54
ported