0.3.2 • Published 9 months ago

codeceptjs-testit-reporter v0.3.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

codeceptjs-testit-reporter

Plugin for sending CodeceptJS test run reports to TestIT

Installation

Add codeceptjs-testit-reporter package to your project

npm i codeceptjs-testit-reporter

Usage

  1. Get TestIT configuration params
  • url — location of the TestIT instance
  • configurationId — UUID of configuration in instance
  • privateToken — API secret key (can be found at /user-profile path of instance)
  • projectId — UUID of project in instance
  • globalProjectIdoptional global project ID, set it if you want to see link to test run in CodeceptJS output
  • namespaceoptional TestIT namespace to display in test run names and as parent folder in autotests tab
  1. Add plugin to codecept.conf.js
plugins: {
    testit: {
        require: "codeceptjs-testit-reporter",
        enabled: true,
        url: "https://testit-instance-location.com",
        configurationId: "00000000-0000-0000-0000-000000000000",
        privateToken: "53cr37_1<3Y",
        projectId: "11111111-1111-1111-1111-111111111111",
        globalProjectId: "10101",
        namespace: "E2E",
    }
}
  1. Run tests
0.3.2

9 months ago

0.3.1

11 months ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago