Skip to content

akreisman-epam/sdk-regression

Repository files navigation

Overview

The main idea of the sdk test can be described by next img:

|-----------------|--|
|   test-xxx.xml  |A |
|-----------------|N |
|test-scenario.xml|T |
|--------------------|
           |   
           v
|--------------------|
|  XXX-sdk-examples  |
|--------------------| 
           |   
           v
|--------------------|
|      XXX-sdk       |
|--------------------|
           |   
           v   
|--------------------|
|Hyperwallet REST API|
|--------------------|            

How to run the test

Prerequisites: docker should be installed.

  1. create image:
docker build -t hyperwallet/test .
  1. run container and attach to it:
docker run -it --name test hyperwallet/test 
  1. run test for XXX platform (where XXX is one of java|node):
cd app

ant -f test-XXX.xml -Dhw.username=??? -Dhw.password=??? -Dhw.programToken=???
  1. BUILD SUCCESSFUL - a sign that the test passed successfully

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •