Download the PHP package oneko/codeception-testlink without Composer
On this page you can find all versions of the php package oneko/codeception-testlink. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oneko/codeception-testlink
More information about oneko/codeception-testlink
Files in oneko/codeception-testlink
Package codeception-testlink
Short Description Codeception Extension for Testlink Reporting
License MIT
Homepage https://github.com/oneko/codeception-testlink
Informations about the package codeception-testlink
[WORK IN PROGRESS - NOT USABLE YET]
As you can see, this is heavily based on https://github.com/bookitcom/codeception-testrail
Codeception TestLink Integration Module
This Codeception extension provides functionality for tests to report results to TestLink using the TestLink Rest API v2.
Note: The extension currently only supports the Cest
Codeception test format. It cannot report PHPUnit or Cept
tests.
Installation
The easiest way to install this plugin is using Composer. You can install module by running:
Theory of Operation
TODO
Configuration
The extension requires four configuration parameters to be set (user
, apikey
, project
). There are additional
configuration options for overriding statuses and disabling the connection to TestLink.
To enable the extension the following can be added to your codeception.yml
config file:
Global configuration options (like the user
and apikey
) should also be set in the codeception.yml
config:
More Information
License
MIT
(c) OnekO https://oneko.org 2018