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 e43bd20
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

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

| Framework | v1 | v2 |
|------------|-------------------------------------------------------------------------------------|-------------------------------|
| CucumberJS | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qase-playwright) | |
| Cypress | [stable]()https://github.com/qase-tms/qase-javascript/tree/master/qase-playwright | [open beta](/qase-cypress) |
| Jest | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qase-playwright) | |
| Playwright | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qase-playwright) | [open beta](/qase-playwright) |
| Newman | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qase-playwright) | |
| Testcafe | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qase-playwright) | |


# Qase JavaScript SDK

| Library | v1 | v2 |
|-----------------------------------------------------|--------------------------------------------------------------------------|---------------------------------------|
| qaseio — JavaScript API client | [stable](https://github.com/qase-tms/qase-javascript/tree/master/qaseio) | [open beta](/qase-javascript-commons) |
| qase-javascript-commons — Common functions library | not available | [open beta](/qase-javascript-commons) |

0 comments on commit e43bd20

Please sign in to comment.