...
- A dev database exists that is loaded with exactly the development content from the mapping-service-data git sample data from the config/ project.
- Any changes made are reverted to initial conditions so all tests can assume identical initial conditions
- A server built using the latest code is deployed to the URL specified in the base.url property of the config file used to run the integration tests.
- The server is configured to use "default" authentication in which "guest" and "admin" users can be authenticated with any password (and the auth token matches the usernames)
...