1.0.4 • Published 5 months ago

cucumber-2-adaptive-card v1.0.4

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
5 months ago

Cucumber Adaptive Card

This project provides a tool to integrate Cucumber test results with Adaptive Cards.

Installation

To install the package globally, use the following command:

npm i -g cucumber-2-adaptive-card

Usage

Example command:

This command will submit the Cucumber test results to the specified URL as an Adaptive Card.

cucumber-2-adaptive-card submit -j 'examples/cucumber11.json' -u 'https://prod-43.westus.logic.azure.com:443' -b 'Testes' -n '51' -r 'https://jenkins.com.br/job/Automacoes/job/teste/29/' -s 'success' -o 'joao' -t 'default'

Parameters

  • -j, --json: Path to the Cucumber JSON report.
  • -u, --webwoohUrl: URL to send the Adaptive Card.
  • -b, --buildName: Build name.
  • -n, --number: Build number.
  • -r, --buildUrl: URL to the Jenkins report.
  • -s, --buildStatus: Build status (e.g., success, failure).
  • -o, --owner: Owner of the build.
  • -t, --type: Type of the Adaptive Card (default or small).
  • -h, --help: Display help for the command.

License

This project is licensed under the ISC License.

1.0.4

5 months ago

1.0.3

7 months ago

1.0.2

9 months ago

1.0.1

9 months ago