Skip to content
forked from fr05t1k/testrail

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

License

Notifications You must be signed in to change notification settings

mchubar/testrail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeception TestRail Integration

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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%