This is the core framework for Axway test automation. It contains all of the core and utility classes for building an automated test suite. It is utilised by Axway Test-Assured testpacks.
- Java - There are compatibility issues between JDK 11 and higher and lombok (which is utilised in Test-Assured), for now please utilise a lower JDK version.
- Maven - There is a bug in Maven 3.6.3 that causes compilation issues, so please use 3.6.2 or lower for now.
After cloning the framework, run mvn clean compile to download all the project dependencies and compile the project.
To build, run mvn clean install. The build artifact can then be used in the Axway Test-Assured Testpacks.
By contributing to the Axway Test-Assured Framework, you agree that your contributions will be licensed according to the license file included in this repository.