Skip to content

gavvop/Test-PhantomJs-Geb

Repository files navigation

Test-PhantomJs-Geb

Simple Geb - PhantomJs integration

To test it simply run

gradle test

It works only under windows, but is simply add *nix support by editing /src/test/groovy/mytest/GebConfig.groovy

// set phantomjs binary path for windows - in bin/phantomjs.exe
if (System.properties['os.name'].toLowerCase().contains('windows')) {
    phantomjsBin = new File('bin/phantomjs.exe').getAbsolutePath();
}

About

Simple Geb - PhantomJs integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages