Skip to content

Commit

Permalink
docs: make a navigation table with all reporters
Browse files Browse the repository at this point in the history
* Point to the stable v1 and new v2 versions
* To be updated when v2 betas come to release
* To be cherry-picked into the master branch
  • Loading branch information
NickVolynkin committed Apr 29, 2024
1 parent ad2216a commit fdaf94e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ jspm_packages/
# IDE files
.idea
.vscode

# Temporary files and playground
tmp
*.tmp
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

Monorepo with [Qase TestOps](https://qase.io) reporters for JavaScript testing frameworks.

- [qase-cypress](/qase-cypress) - Cypress reporter
- [qase-cucumberjs](/qase-cucumberjs) - CucumberJS reporter
- [qase-newman](/qase-newman) - Newman reporter
- [qase-testcafe](/qase-testcafe) - TestCafe reporter
- [qase-jest](/qase-jest) - Jest reporter
- [qase-playwright](/qase-playwright) - Playwright reporter
- [qaseio](/qaseio) - JavaScript API client
- [qase-javascript-commons](/qase-javascript-commons) - Common functions library
# Qase JavaScript Reporters

| Name | Package name | v1 | v2 |
|-------------------------------|----------------------------|-----------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
| **Qase JavaScript Reporters** |
| CucumberJS | `cucumberjs-qase-reporter` | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qase-playwright) | |
| Cypress | `cypress-qase-reporter` | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qase-playwright) | [open beta](https://github.com/qase-tms/qase-javascript/tree/main/qase-playwright) |
| Jest | `jest-qase-reporter` | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qase-playwright) | |
| Playwright | `playwright-qase-reporter` | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qase-playwright) | [open beta](https://github.com/qase-tms/qase-javascript/tree/main/qase-playwright) |
| Newman | `newman-reporter-qase` | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qase-playwright) | |
| Testcafe | `testcafe-reporter-qase` | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qase-playwright) | |
| **Qase JavaScript SDK** |
| Common functions library | `qase-javascript-commons` | not available | [open beta](https://github.com/qase-tms/qase-javascript/tree/main/qase-javascript-commons) |
| JavaScript API client | `qaseio` | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qaseio) | [open beta](https://github.com/qase-tms/qase-javascript/tree/main//qase-javascript-commons) |

0 comments on commit fdaf94e

Please sign in to comment.