Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 680 Bytes

File metadata and controls

23 lines (14 loc) · 680 Bytes

How to run the Project?

  • source venv/bin/activate
  • pip install -r requirements.txt
  • py.test --alluredir=./reports test_scripts/githubrepo/test_*

(If wants to see print message use) py.test --alluredir=./reports test_scripts/githubrepo/test_* -s

  • npm install allure
  • allure serve reports

Source Code

Allure Report

How to Generate Token ?

Basic authentication using a password to the API is deprecated and will soon no longer work. Visit https://developer.github.com/changes/2020-02-14-deprecating-password-auth/ for more information around suggested workarounds and removal dates.