Skip to content

This is an Automated Testing Framework that is universal for Cucumber. Just put in a few options and it will run all of your test cases and give some reports based off of the tests cases run.

License

Notifications You must be signed in to change notification settings

irfanahmadein/dillify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dillify

Dillify shows your failing cucumber scenarios in order of most failing

Example output:

| Failures | Step
-------------------
|      3   | math (.+) (.+) (.+)
|      1   | run fail automatically step
-------------------
Total Failures: 4

Installation

$ gem install dillify

Usage

Save output from cucumber

$ cucumber --out ./log.txt

Use dillify on your output

$ dillify ./log.txt

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

This is an Automated Testing Framework that is universal for Cucumber. Just put in a few options and it will run all of your test cases and give some reports based off of the tests cases run.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%