This books takes a very practical, code-first approach to solving common problems using Taiko, a browser-automation DSL.
A PDF version of the latest draft can be found in /dist/book.pdf.
This book was written in Asciidoctor. This project assumes that you have Asciidoctor installed locally, as well as Asciidoctor PDF.
- Asciidoctor: https://asciidoctor.org
- Asciidoctor PDF: https://asciidoctor.org/docs/asciidoctor-pdf
The default local installation of Asciidoctor is written in Ruby. There is a JavaScript port of Asciidoctor that should run equivalently in NodeJS. Migrating this project to AsciidoctorJS is an early goal of this project so that you can git clone; npm install; npm build
. https://asciidoctor.org/docs/asciidoctor.js/