Skip to main content

Installation

At the very least, Alerticorn needs its core library and a notifier. Optionally (though recommended), you can add a dependency for integration with your test framework.

dependencies {
testImplementation("nl.vanwollingen.alerticorn:alerticorn-core:1.0.0") //Always required
testImplementation("nl.vanwollingen.alerticorn:alerticorn-slack-notifier:0.1") //To use Slack
testImplementation("nl.vanwollingen.alerticorn:alerticorn-junit:0.1") //Optional: to integrate with JUnit
}
Test Scope Imports

Note that if you plan to use Alerticorn in production, you have to import the dependencies as implementation instead.