/ptm-server-integration-testing

Integration tests suite for ptm-server

Primary LanguageTypeScript

ptm-server-integration-testing

Integration tests suite for ptm-server

Project setup

Prerequisites

Allure Framework

#Linux
sudo apt-add-repository ppa:qameta/allure
sudo apt-get update 
sudo apt-get install allure
#Mac OS X
brew install allure
#Windows
scoop install allure

Tests setup and run

npm install

start SUT (ptm-server), description in documentation: ptm-server/README

  • run tests

      npm test
      #Show allure reports  
      allure serve ./out/allure-results