@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 +2 -2
- package/dist/index.js +1 -1
- package/dist/{tool-e10p1581.js → tool-5gpp9znw.js} +569 -206
- package/dist/tool.js +1 -1
- package/package.json +3 -2
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
|
|