Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 5 Current »

This is a webservice component which pulls data from the mfpak database and presents it via a REST API to the UI System.

Development

Code base: https://github.com/statsbiblioteket/newspaper-mfpak-integration

Integration test

For the integration tests to pass the test needs access to the test environment by:

  • Clone the test config git repo:

    git clode ssh://git@sbprojects.statsbiblioteket.dk:7999/avis/devel-config.git newspaper-devel-config
  • Run maven with the -Dintegration.test.newspaper.properties property set to the path to the newly clones property file.

    mvn install -Dintegration.test.newspaper.properties=${PATH_TO_LOCAL_REPO}/newspaper-devel-config/integration.test.newspaper.properties

 

  • No labels