Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdmueller/excel2spec
Simple Groovy script to convert a Spock Spec written as xml Excel sheet into a Groovy Spec
https://github.com/rdmueller/excel2spec
Last synced: 29 days ago
JSON representation
Simple Groovy script to convert a Spock Spec written as xml Excel sheet into a Groovy Spec
- Host: GitHub
- URL: https://github.com/rdmueller/excel2spec
- Owner: rdmueller
- License: apache-2.0
- Created: 2015-05-17T14:05:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T20:12:08.000Z (over 9 years ago)
- Last Synced: 2024-05-02T05:21:59.581Z (7 months ago)
- Language: Groovy
- Homepage:
- Size: 152 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Excel2Spec
Simple Groovy script to convert a Spock Spec writteh as xml Excel sheet into a Groovy Spec.Just use the SampleSpec.xml as starting point to let the product owner of your project define the functional tests.
When you run the excel2spec.groovy script, it will convert all *Spec.xml file to scaffolds of Spoc Specs together with basic page definitions so that a developer can fill in the code which does the real testing.