Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/etorreborre/specs2

Software Specifications for Scala
https://github.com/etorreborre/specs2

bdd scala specification specs2 test

Last synced: 1 day ago
JSON representation

Software Specifications for Scala

Awesome Lists containing this project

README

        

![Build Status](https://github.com/etorreborre/specs2/actions/workflows/ci.yml/badge.svg)
[![Join the chat at https://gitter.im/etorreborre/specs2](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/etorreborre/specs2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Go to [specs2.org](http://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.