/br-api-test-common

A library containing test related utilities in order to facilitate a common approach to testing across the Business Register APIs.

Primary LanguageScalaOtherNOASSERTION

Business Register API Test Common

license

A library containing test related utilities in order to facilitate a common approach to testing across the Business Register APIs.

Development Tasks

Run unit tests with coverage:

sbt clean coverage test coverageReport

Generate static analysis report:

sbt scapegoat

Publish to the local Ivy repository:

sbt clean publishLocal

Release to Bintray via Travis CI

In Travis CI add the following environment variables PGP_PASS, BINTRAY_USER and BINTRAY_PASS

Releases will then be automatically pushed to Bintray using the sbt-release-early plugin