SkillAgentSearch skills...

GitHubAPI

GitHubAPI

Install / Use

/learn @mrgorobec/GitHubAPI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Status

Build Status

TestRepo

It's Python GitHub API tests.

There presented 2 type of tests: BDD Behave PyTest

Run Tests local:

  • Install git:

    brew install git

  • Next step - install python:

    brew install python

  • Install python virtualenv:

    sudo pip install virtualenv

  • Create virtual environment for mes-backend-automation:

    virtualenv env

  • Activate virtual environment:

    source env/bin/activate

  • Clone GitHubAPI repository with ssh ( need configure two factor authorisation and add ssh public key to git hub repository) :

    git clone https://github.com/keyprqa/GitHubAPI.git

  • Navigate to project folder and install requirements :

    pip install -r requirements.txt

  • Run PyTest tests :

    py.test -v py_test/

  • Run BDD test :

    behave bdd_tests/

Tests connected to CI Travis and could be running there:

https://travis-ci.org/keyprqa/GitHubAPI

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated3y ago
Forks3

Languages

Python

Security Score

55/100

Audited on Apr 4, 2022

No findings