From fdaf94e041fedc565793e7521c3d362888098557 Mon Sep 17 00:00:00 2001 From: Nick Volynkin Date: Mon, 29 Apr 2024 18:07:32 +0300 Subject: [PATCH] docs: make a navigation table with all reporters * 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 --- .gitignore | 4 ++++ README.md | 23 +++++++++++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index cf85f9da..09251501 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,7 @@ jspm_packages/ # IDE files .idea .vscode + +# Temporary files and playground +tmp +*.tmp \ No newline at end of file diff --git a/README.md b/README.md index 12a52eac..373627fa 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +# 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) | +