This library consists of helper methods that call the VOL backend API and is to be used as a toolkit of support libraries in the VOL Functional test suite.
- Java 11
- Maven 3.6.3 or greater
Add the following Maven dependency to your project's pom.xml
file:
<dependency>
<groupId>org.dvsa.testing.framework</groupId>
<artifactId>vol-api-calls</artifactId>
<version>[insert latest version of package]</version>
</dependency>