@uipath/test-manager-tool 1.202.1 → 1.203.0-preview.180

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -95,7 +95,6 @@ Success responses: `{ "Result": "Success", "Code": "...", "Data": ... }`. Errors
95
95
  | `uip tm testcases unlink-automation` | Unlink the automation from a test case. |
96
96
  | `uip tm testcases list-automations` | List test entry points available in an Orchestrator folder. |
97
97
  | `uip tm testcases list-result-history` | List result history for a specific test case. |
98
- | `uip tm testcases list-steps` | List the steps of a test case. |
99
98
  | `uip tm testcases list-testsets` | List test sets that contain a given test case. |
100
99
  | `uip tm testcases steps add` | Add one or more steps to a test case. |
101
100
  | `uip tm testcases steps get` | Get a single test step by its id. |
@@ -112,8 +111,9 @@ Success responses: `{ "Result": "Success", "Code": "...", "Data": ... }`. Errors
112
111
  | `uip tm testsets create` | Create a new test set. |
113
112
  | `uip tm testsets update` | Update a test set name or description. |
114
113
  | `uip tm testsets delete` | Delete a test set by its key. |
115
- | `uip tm testsets run` | Run a test set and return the execution ID. Pass `--wait` to block until done. |
114
+ | `uip tm testsets run` | Run a test set and return the execution ID. Pass `--wait` to block until done. For a Playwright test set, `--playwright-project <name>` runs only that `playwright.config` project (e.g. `chromium`) and saves the selection on the test set. Only one project may be selected per automated execution. |
116
115
  | `uip tm testsets list-testcases` | List test cases assigned to a test set. |
116
+ | `uip tm testsets playwright-context` | Show a test set's Playwright context: whether it resolves to a single Playwright package and which projects are available/selected (probe before using `run --playwright-project`). |
117
117
 
118
118
  ### `executions` — Test executions
119
119
 
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-e10p1581.js";
6
+ } from "./tool-5gpp9znw.js";
7
7
  import"./tool-1de529jm.js";
8
8
 
9
9
  // src/index.ts