Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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: 2024-11-12T09:22:35.000Z (about 1 month ago)
- Last Synced: 2024-11-27T19:04:16.260Z (16 days ago)
- Topics: bdd, scala, specification, specs2, test
- Language: Scala
- Homepage: http://specs2.org
- Size: 161 MB
- Stars: 734
- Watchers: 30
- 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)
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.