Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/test-results-reporter/example-pactum-cucumber-testbeats
example repo to showcase integration of pactum and cucumber with testbeats
https://github.com/test-results-reporter/example-pactum-cucumber-testbeats
cucumber pactum pactumjs testbeats
Last synced: 10 days ago
JSON representation
example repo to showcase integration of pactum and cucumber with testbeats
- Host: GitHub
- URL: https://github.com/test-results-reporter/example-pactum-cucumber-testbeats
- Owner: test-results-reporter
- License: mit
- Created: 2024-07-21T12:32:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T10:37:13.000Z (3 months ago)
- Last Synced: 2024-11-08T08:55:06.588Z (2 months ago)
- Topics: cucumber, pactum, pactumjs, testbeats
- Language: JavaScript
- Homepage: https://www.testbeats.com
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# example-pactum-cucumber
example repo to showcase integration of pactum and cucumber with testbeats
## Installation
```bash
npm install
```## Running Tests
```bash
npm run test
```## Reporting Results
```bash
npx testbeats@latest publish --slack "" --cucumber "reports/cucumber-report.json" --ci-info --chart-test-summary
```- You can find the report at [reports/cucumber-report.json](reports/cucumber-report.json)
- To view a live example, check out the GitHub workflow at [test.yaml](.github/workflows/test.yaml)