Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.