Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 879 Bytes

File metadata and controls

24 lines (20 loc) · 879 Bytes

Prerequisites

Apache maven and Java JRE 1.8 installed on the machine where tests will be executed
Copy
- libindy.so and libmysqlstorage.so for Linux
- libindy.dll and libmysqlstorage.dll for Windows
- libindy.dylib and libmysqlstorage.dylib for Mac
to lib subfolder located in the same folder as this Readme file.

Tests executon

In order to run Libindy - MySQL storage integration tests execute this from the command line

mvn clean versions:update-properties validate test -DsuiteFile=NonSecrets-PositiveTests.xml

or

mvn clean versions:update-properties validate test -DsuiteFile=NonSecrets-NegativeTests.xml

In order to run Libindy - MySQL storage longevity tests execute this from the command line

mvn clean versions:update-properties validate test -DsuiteFile=MySQLStorageLongevityTest.xml