Skip to content

dvsa/vol-active-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DVSA TestHelper - Active Support

This library consists of helper methods that are not specific to any one area and is to be used as a toolkit of support libraries in the VOL Functional test suite.

Requirements

  • Java 11
  • Maven 3.6.3 or greater

Installation

Add the following Maven dependency to your project's pom.xml file:

<dependency>
    <groupId>org.dvsa.testing.lib</groupId>
    <artifactId>active-support</artifactId>
    <version>LATEST</version>
</dependency>

This repository will create a release PR on merge to main and deploy a package to GH on merge of that.