I am working on automation tests with selenium webdriver and spock framework. I would like to know how can I integrate serenity with spock testing? My project is build with gradle and groovy is the language used for writing tests. Any sample class files or links will be appreciated.
Thanks, RV
Have you already checked out geb? (http://gebish.org/) Geb is the right webdriver abstraction layer to be used with spock.