Automatic system test

Here you can find the documentation on the automatic system test

Running with Maven 

You need to have Maven installed and setup to us SBForge, see /wiki/spaces/APP/pages/11538241 wiki for details.

The system test is started with 

mvn integration-test

Options are:

  • Package and scp the to NetarchiveSuite code to the test system.

    -Pdeploy2test
  • Avoid deploying the system between and prior to the first test tests.

    -Dsystemtest.deploy=false

Running in Eclipse

Run the testNG tests in Eclipse by right clicking a test method, class or xml test configuration and chose Run as TestNG.

Example: Right click the dk.netarkivet.SystemOverviewTest class.