Bugfix Release
Test Analytics
Note that from this version we are tracking anonymous analytics to gather important usage statistics like JVM version
and operating system. To disable tracking, you can set the pact_do_not_track
system property or environment
variable to true
.
Changelog
- chore: add metric events for provider tests
- chore: add metric events for consumer tests
- feat: Specify buildUrl with system property pact.verifier.buildUrl (Michael Bannister)
- chore: add support for sending analytics events
- fix(junit): correctly merge success results with error results with JUnit verification tests #1274