https://github.com/etorreborre/specs2
Software Specifications for Scala
https://github.com/etorreborre/specs2
bdd scala specification specs2 test
Last synced: 4 days ago
JSON representation
Software Specifications for Scala
- Host: GitHub
- URL: https://github.com/etorreborre/specs2
- Owner: etorreborre
- License: other
- Created: 2010-09-03T01:55:10.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T09:10:23.000Z (11 days ago)
- Last Synced: 2025-04-03T13:12:51.025Z (11 days ago)
- Topics: bdd, scala, specification, specs2, test
- Language: Scala
- Homepage: http://specs2.org
- Size: 162 MB
- Stars: 735
- Watchers: 29
- Forks: 215
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-scala-native - specs2 - Software Specifications for Scala. (Unit Tests)
- awesome-scala - **specs2** - activity/y/etorreborre/specs2) (Table of Contents / Testing)
- awesome-java - Specs2
README

[](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.