Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 511 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 511 Bytes

Scope

The scope of this repository is to host all treeTracker e2e tests.

#Requirements

java 1.8 Node >12 Docker

#Install for local execution

  1. clone the repository
  2. run npm install - install all dependencies

#Build docker images (locally) npm run build-docker - build the current project docker image (needed for docker parallel run)

####Test runners

npm run docker - run all tests in parallel in docker npm run test - run tests locally with verbose option on