From 2baca673c7081d22e1045a7b659ece63e2ccd287 Mon Sep 17 00:00:00 2001 From: Matheus Nogueira Date: Tue, 24 Feb 2026 22:11:23 -0300 Subject: [PATCH] =?UTF-8?q?Update=20README=20to=20reflect=20run-group-name?= =?UTF-8?q?=20=E2=86=92=20playwright-project-name=20rename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f0556e..2d0d666 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Run test suites using Stably's agent (v2) test runner. | ------------------ | ------------ | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | api-key | ✅ | | Your API key | | project-id | ✅ | | Your Stably project ID | -| run-group-name | | | The run group you wish to run - if not provided, all tests will run | +| playwright-project-name | | | The Playwright project name to run. Maps to the `--project` CLI flag. Optional - if not provided, all projects will run. | | env-overrides | | | A YAML string or JSON object containing environment variable overrides. Each key is a variable name and the value is a string. | | github-comment | | true | When enabled, will leave a comment on either the commit or PR with relevant test results. Requires proper permissions (see [Permissions](#permissions) section below). | | | github-token | | `${{ github.token }}` | This token is used for leaving the comments on PRs/commits. By default, we'll use the GitHub actions bot token, but you can override this a repository scoped [PAT](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens). | @@ -56,8 +56,8 @@ jobs: with: api-key: ${{ secrets.API_KEY }} project-id: YOUR_PROJECT_ID - # Optional: specify a specific run group to only run (instead of all tests) - run-group-name: smoke-tests + # Optional: specify Playwright project(s) to run (instead of all projects) + playwright-project-name: smoke-tests # Optional: override environment variables env-overrides: | BASE_URL: https://staging.example.com