etorreborre / specs2   4.20.8

Website GitHub

Software Specifications for Scala

Scala versions: 3.x 2.13 2.12
Scala.js versions: 1.x
Scala Native versions: 0.5

Build Status Join the chat at https://gitter.im/etorreborre/specs2

Go to specs2.org to learn more about specs2!

Installation instructions

You need to download and install sbt. Then execute the following command:

sbt update publishLocal

Then you can generate the User Guide with:

sbt "testOnly org.specs2.guide.UserGuide -- html html.nostats all"

This should create html files in the target/specs2-reports directory.