Skip to content

Feature/increase test speed

Alex requested to merge feature/increaseTestSpeed into develop

Created by: Nicklas2751

Increased test speed by running tests parallel with maven

Changes:

  • MServerConfigManager isn't a singelton anymore
  • Using WireMock server non static and with random port
  • Replacing all localhost:8589 urls with localhost and current wire mock server port
    • Added helper methods in Mock tools which accepts a function which replaces the Urls
    • Added a method to wiremock test base to replace all "wrong" wire mock urls in an string by the ones with correct port

Merge request reports

Loading