Geb @ Selenium Conf 2012

This repository contains the build for the slide deck used for this talk.

The slides are HTML and JavaScript. You can download a pre-built zip from here.

How to build the slides

To build the slides locally, simply check this repository out and run…

./gradlew slideshow

Then open build/slideshow/index.html in your browser.

How to use the slides

Once you've opened the index.html file in your browser, simply use the → and ← keys to navigate through the slides.

About the tooling

The tooling used to build the slides is something I put together and is an experiment. It uses:

Gradle is used to build the final HTML from Markdown and JavaScript input.

This will eventually be packaged up into a more user friendly, standalone, toolchain.