Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
Changes:

* Cuppa now marks a test as skipped if it was not run due to a hook
  failure. Previously Cuppa did not report anything for such tests.
* Introduced Reporter#testHookFail and Reporter#blockHookFail to
  distinguish between test hooks (beforeEach/afterEach) and block
  hooks (before/after). Reporter#testHookFail is passed the test
  that is associated with the test hook.
* Added Configuration#setAdditionalReporter to allow a
  configuration provider to specify an additional reporter. This
  reporter will be called in addition to the primary reporter
  provided to Cuppa by the runner.
  • Loading branch information
joebandenburg committed Apr 11, 2016
1 parent 6c1ca97 commit e078b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ allprojects {
apply plugin: 'jacoco'

group = 'org.forgerock.cuppa'
version = '1.0.1-SNAPSHOT'
version = '1.1.0'

repositories {
mavenLocal()
Expand Down

0 comments on commit e078b5f

Please sign in to comment.