Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 568 Bytes

File metadata and controls

22 lines (13 loc) · 568 Bytes

GBIF Registry Integration Tests

This module includes integration tests for all the registry modules. Internally using JUnit, Mockito and Cucumber.

Run tests by maven

mvn clean verify

Run by Intellij IDEA

Right click on java directory -> Run 'All Tests'

Right click on specific test class -> Run 'ThisIT'

Configuration

Test properties can be configured in file application-test.yml.

Parent