Skip to content

HenryVogt/generator-geb-spock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This generator creates a sample project structure for automated frontend testing with Geb and Spock. The project structure is generated through the Yeoman Tool.

Requirements
  • node.js and npm need to be installed
  • install Yeoman with npm install -g yo
How to
  • git clone this repo
  • cd into repo folder
  • link generator as npm module with npm link
  • create a project folder at the prefered location and cd into it
  • start the generator with yo geb-spock
  • just hit enter on the shown prompts to create the project with an example test
  • when the generator is finished you can start the example test
    • UNIX: ./gradlew test -D geb.env=local.chrome
    • Windows: gradlew test -D geb.env=local.chrome

About

A simple geb/spock skeleton generator for yeoman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published