https://github.com/abailly/functional-testing-reboot
Materials for Agile Tour 2011 session on Specification by Example and Acceptance Test-Driven Development
https://github.com/abailly/functional-testing-reboot
Last synced: about 1 year ago
JSON representation
Materials for Agile Tour 2011 session on Specification by Example and Acceptance Test-Driven Development
- Host: GitHub
- URL: https://github.com/abailly/functional-testing-reboot
- Owner: abailly
- Created: 2011-09-15T11:35:06.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-11-10T12:36:38.000Z (over 14 years ago)
- Last Synced: 2025-02-24T13:47:01.960Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Build
1. Install pandoc (eg. `sudo apt-get install pandoc` on debian-based systems)
2. Run following command inside project's directory
`pandoc -i -w slidy -s slides.md -o slides.html --offline --data-dir .`