Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)