Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 875 Bytes

File metadata and controls

27 lines (17 loc) · 875 Bytes

Ginkgo BDD Testing Framework Lightning Talk

Source for a 10-15 min talk on Ginkgo BDD Testing Framework.

Created for Edinburgh Golang Meetup - Lightning Talks - May

Intro Presentation

View at gitpitch.com/LewisWatson/Ginkgo-BDD-Testing-Framework-Lightning-Talk

To view offline with notes

Download the zip from gitpitch. Extract to a directory then run from a web server

wget https://gitpitch.com/pitchme/offline/github/LewisWatson/Ginkgo-BDD-Testing-Framework-Lightning-Talk/master/white/PITCHME.zip
unzip PITCHME.zip
cd PITCHME
python -m http.server
firefox http://localhost:8000

Press S to open popup with notes.

Demo

See Step 1