Skip to content

POC of the API Automation test to build as core lib

Notifications You must be signed in to change notification settings

LinF001/api-test-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-test-core

POC of the API Automation test to build as core lib

  1. To compile and build the jar file mvn clean install
  2. To run the sample test mvn clean verify
  3. The jar will locate in /target/api-test-core-1.0.0.jar
  4. You can import as like
<dependency>
    <groupId>com.cvs.digital</groupId>
    <artifactId>api-test-core</artifactId>
    <version>1.0.0</version>
</dependency>
  1. To use it in the class
import com.cvs.digital.ApiAutomation;

About

POC of the API Automation test to build as core lib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published