Skip to content

Several scopes 1. work on test automation to test TestLink (never started ;( ) 2. REST API usage examples (@SInCE TestLink 1.9.7)

Notifications You must be signed in to change notification settings

TestLinkOpenSourceTRMS/testlink-tests

Repository files navigation

Testlink-tests

Issues on Github Pull Request opened on Github Release version on Github Release date on Github
Branch TravisCI Appveyor CircleCi - Docker CodeClimate
master master_ci_travis master_ci_appveyor master_ci_circleci master_ci_codeclimate

Python tested versions

3.6 3.5 3.4 3.3 3.2 2.7
Supported Supported Supported Not Supported Not Supported Supported

Prerequisites

  • Need Testlink WebApp Up and Running

How to install ?

  • Install from PIP : pip install testlinktests
  • Install from setup.py file : python setup.py install

How to exec tests ?

  • Tests from setup.py file : python setup.py test
  • Install from PIP file : pip install tox
  • Tests from tox : tox -l && tox -e TOX_ENV_NAME ( see tox.ini file to get environment names )
TOX Env name Env description
py27,py34,py35,py36 Python supported versions
flake8 Exec linter in qalab/ tests/
coverage Generate XML and HTML reports

Configuration File

{
  "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "1bfd2ef4ceda22b482b12f2b25457495",
  "log_level":"DEBUG",
}

Getting Started

Just starting example of usage before read Usage Guide.

About

Several scopes 1. work on test automation to test TestLink (never started ;( ) 2. REST API usage examples (@SInCE TestLink 1.9.7)

Resources

Stars

Watchers

Forks

Packages

No packages published