Skip to content

viastakhov/gradle-geb-spock-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gradle-geb-spock-example

Starting test environment:

docker-compose up -d

Debugging:

Using web browser:

To see what is happening inside the container, head to http://localhost:7900

Using a VNC client:

The VNC server is listening to port 5900, you can use a VNC client and connect to it.

Run tests:

gradle wrapper
./gradlew test

Verify test report:

./build/spock-reports/index.html

Shutdown test environment:

docker-compose down -v

References:

Releases

No releases published

Packages

No packages published

Languages