Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndlano/scalatestsuite
DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. Library for common code related to testing scala applications
https://github.com/ndlano/scalatestsuite
Last synced: about 5 hours ago
JSON representation
DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. Library for common code related to testing scala applications
- Host: GitHub
- URL: https://github.com/ndlano/scalatestsuite
- Owner: NDLANO
- Created: 2020-11-11T12:17:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T10:08:04.000Z (almost 3 years ago)
- Last Synced: 2024-04-10T18:11:02.034Z (7 months ago)
- Language: Scala
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scalatestsuite
![CI](https://github.com/NDLANO/scalatestsuite/workflows/CI/badge.svg)Library that provides a common test framework to NDLA components
# Building and distribution
## Compile
sbt compile## Run tests
sbt test## Build
./build.sh## Publish
./release.sh