codeception/testrail

There is no license information available for the latest version (v4.0.0) of this package.

Extension for TestRail integration

Maintainers

👁 Fr05t1k

Package info

github.com/fr05t1k/testrail

pkg:composer/codeception/testrail

Statistics

Installs: 3 103

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 2

v4.0.0 2020-02-20 11:56 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 1b3b1a76e27982e5db0b6d628aa9db199bc71c5f

  • Mihail Chubar <rasstroen.woop@wisebits.com>
  • Stanislav Pavlovichev <spavlovichev.woop@gmail.com>

README

The extension allows to integrate your test with TestRail. First run will create test suites and test cases.

Features

  • Creates test suites and test cases automaticaly
  • Tracks all runs with given version

Configuration:

extensions:
 enabled:
 - Codeception\TestRail\TestRailIntegrationExtension
 config:
 Codeception\TestRail\TestRailIntegrationExtension:
 version: "%VERSION%"
 url: "https://trail.example.com/index.php?"
 username: "autotest@example.com"
 password: "password"
 projectId: "1"

Run

> VERSION=1.2 codecept run api -d 
Codeception PHP Testing Framework v2.5.4
Powered by PHPUnit 6.5.12 by Sebastian Bergmann and contributors.
Running with seed:


 TestRails integration is enabled. Version: 1.2
...
Time: 4.4 seconds, Memory: 20.25MB

OK (3 tests, 11 assertions)