mchubar/testrail

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

Extension for TestRail integration

Maintainers

Details

github.com/mchubar/testrail

Source

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 4

pkg:composer/mchubar/testrail

v1.3 2019-11-20 09:29 UTC

This package is not auto-updated.

Last update: 2025-10-03 13:18:06 UTC


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)