Download the PHP package boxblinkracer/codeception-testrail without Composer
On this page you can find all versions of the php package boxblinkracer/codeception-testrail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download boxblinkracer/codeception-testrail
More information about boxblinkracer/codeception-testrail
Files in boxblinkracer/codeception-testrail
Package codeception-testrail
Short Description Codeception extension for TestRail. Automatically send Test Results to TestRail
License proprietary
Informations about the package codeception-testrail
TestRail Extension
Installation
This package uses Composer, please checkout the composer website for more information.
The following command will install codeception-testrail into your project. It will also add a new entry in your composer.json and update the composer.lock as well.
This package follows the PSR-4 convention names for its classes, which means you can easily integrate codeception-testrail classes loading in your own autoloader.
How to use
Extension
The extension provides an easy way to integrate the test suite with a TestRail Run.
Configuration
Enable the extension in your suite configuration file for the environments you want:
Configuration
Please configure your extension with parameters like TestRail Endpoint, Test Run ID and more. These can vary from environment to environment.
- url: (required) Base URL of the TestRail API, https://company.testrail.io
- user: (required) The E-Mail Address for the API login
- password: (required) The E-Mail Address for the API login
- runID: (required) This is the ID of the prepared Test Run that will receive the Codeception Test Results
- continueOnError: (optional) Continue/Stop Codeception if a problem with the Extension occurs. Default is "Yes". Possible values: [true/false/1/0]
Tests
All you need to do, is to define what PHP test equals what TestRail test. Do this, by simply appending a new annotation to your tests.
The extension will now automatically look for this annotation, and send the test result of this ID to the configured TestRail Test Run.
Copying / License
This repository is distributed under the MIT License (MIT). You can find the whole license text in the LICENSE file.
All versions of codeception-testrail with dependencies
ext-json Version *
ext-curl Version *
codeception/codeception Version ^2.2