Sha256: 077b84942c2adfcd2e82651e1f611849082060a3149248130252817eb5106db5

Contents?: true

Size: 727 Bytes

Versions: 15

Compression:

Stored size: 727 Bytes

Contents

__Macros4Cuke__ is a Cucumber extension that allows you create and use new Cucumber steps without programming.
    
  With it, your scenarios will:  
- become shorter since a macro-step can replace a bunch of sub-steps,
- be more expressive by hiding low-level and boring details inside higher-level macro-steps,
- be more flexible thanks to conditional steps you can put in a macro-step.
 
  
## The project
  
[Get the gem](https://rubygems.org/gems/macros4cuke)
[Source on GitHub](https://github.com/famished-tiger/Macros4Cuke)

## Issues

This documentation is work in progress. If you find it incomplete or confusing, 
please [submit an issue](https://github.com/famished-tiger/Macros4Cuke/issues).



Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
macros4cuke-0.5.17 features/README.md
macros4cuke-0.5.16 features/README.md
macros4cuke-0.5.15 features/README.md
macros4cuke-0.5.14 features/README.md
macros4cuke-0.5.13 features/README.md
macros4cuke-0.5.12 features/README.md
macros4cuke-0.5.11 features/README.md
macros4cuke-0.5.10 features/README.md
macros4cuke-0.5.09 features/README.md
macros4cuke-0.5.08 features/README.md
macros4cuke-0.5.07 features/README.md
macros4cuke-0.5.06 features/README.md
macros4cuke-0.5.03 features/README.md
macros4cuke-0.4.09 features/README.md
macros4cuke-0.4.08 features/README.md