https://github.com/wgnet/grail
Grail is a library which allows test script creation based on steps. It helps to structure your tests and get rid of additional test documentation for your code.
https://github.com/wgnet/grail
Last synced: 10 days ago
JSON representation
Grail is a library which allows test script creation based on steps. It helps to structure your tests and get rid of additional test documentation for your code.
- Host: GitHub
- URL: https://github.com/wgnet/grail
- Owner: wgnet
- License: apache-2.0
- Created: 2014-12-15T15:39:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T14:17:18.000Z (about 9 years ago)
- Last Synced: 2024-11-17T01:20:07.819Z (11 months ago)
- Language: HTML
- Size: 370 KB
- Stars: 37
- Watchers: 17
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Grail
=====[](https://travis-ci.org/wgnet/grail)
Grail is a library which allows test script creation based on steps.
Library usage brings the following benefits to your tests:
- strict separation test logic from test implementation
- you don't need separate test cases as a documentation for your tests, it will be generated from the code
- separate logging is not required, test execution is automatically logged
- test script creation is easy for people with basic programming skills
- step implementation can be done separately
More usage details are available here: http://wgnet.github.io/grail/.