1.0.5 • Published 4 months ago

playwright-teamcity-reporter v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Playwright Teamcity Reporter

Build and test

This package will report your @playwright/test results to your Teamcity CI server, so you can see the number of executed tests, test failures and the tests tab right from your Teamcity UI.

Installation

Install the package from NPM:

npm install --save-dev playwright-teamcity-reporter

Usage

Add to default reporter:

npx playwright test  --reporter=line,playwright-teamcity-reporter

Use only playwright-teamcity-reporter:

npx playwright test  --reporter=playwright-teamcity-reporter

You can also configure using playwright.config.js. To achieve that, add 'playwright-teamcity-reporter' to the reporter section of your configuration:

const config = {
  ...
  reporter: [
    ['playwright-teamcity-reporter', {'testMetadataArtifacts': 'test-results', logConfig: false}],
  ],
  ...
};
1.0.5

4 months ago

1.0.4

10 months ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.2.1

1 year ago

0.2.2

1 year ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.5

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.3

3 years ago

0.0.1

4 years ago

1.0.2

4 years ago