cucumber-2-adaptive-card
v1.0.3
Published
Welcome to the `cucumber-2-adaptive-card` project!
Downloads
70
Maintainers
Readme
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.