From 812ce3979feda1ad9c33c32af16c0a4bfcb45153 Mon Sep 17 00:00:00 2001 From: Himanshu Rai Date: Fri, 2 Jan 2026 17:14:10 +0530 Subject: [PATCH] Minor README update --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bec52f..efa2dc0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Verify installation: `qasphere --version` The CLI requires the following variables to be defined: -- `QAS_TOKEN` - QA Sphere API token +- `QAS_TOKEN` - QA Sphere API token (see [docs](https://docs.qasphere.com/api/authentication) if you need help generating one) - `QAS_URL` - Base URL of your QA Sphere instance (e.g., https://qas.eu2.qasphere.com) These variables could be defined: @@ -226,5 +226,3 @@ Playwright JSON reports support two methods for referencing test cases (checked 4. Test with sample reports from [bistro-e2e](https://github.com/Hypersequent/bistro-e2e) Tests: `npm test` (Vitest) and `cd mnode-test && ./docker-test.sh` (Node.js 18+ compatibility) - -Publishing: Add `publish` label to PR for auto-release to NPM (maintainers only)