Xvier / the-serenity-book

A book about Serenity BDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains the asciidoctor files that make up the book which can be found at https://serenity-bdd.github.io/theserenitybook/latest/index.html

Contributing

You can add and improve on this documentation. To build the site locally:

# create a folder to hold both required repositories
mkdir $project-root
cd $project-root

# clone
git clone https://github.com/serenity-bdd/serenity-docs
git clone https://github.com/serenity-bdd/the-serenity-book

# build the book from your local sources, requires antora: https://antora.org/
cd serenity-docs
antora generate --clean local.yml

# open your browser at ./build/site-local/theserenitybook/2.1.4/index.html

About

A book about Serenity BDD


Languages

Language:Java 66.5%Language:HTML 24.4%Language:Gherkin 9.0%Language:Groovy 0.1%