https://github.com/allure-examples/allure-scalatest-example
https://github.com/allure-examples/allure-scalatest-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/allure-examples/allure-scalatest-example
- Owner: allure-examples
- Created: 2014-05-06T18:57:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T15:22:04.000Z (about 12 years ago)
- Last Synced: 2025-03-28T03:41:13.974Z (about 1 year ago)
- Language: Scala
- Size: 151 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Allure Scalatest Example
This repository shows how to use Allure report with your Scalatest project.
## Usage
To run this example simply type:
```bash
$ sbt test
```