You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,17 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
## [1.1.19] - Current
5
+
## [1.1.20] - Current
6
6
7
7
### Added
8
8
9
+
-**`OrchestratorPage`**: New page object for orchestrator e2e tests. Provides methods for selecting, running, and re-running Greeting and FailSwitch workflows, validating workflow table columns and row data, inspecting run details and status (Running / Completed / Failed), verifying all-runs filters and status icons, aborting running workflows, and checking entity-workflow integration (Workflows tab and linked workflow names). Exported from `@red-hat-developer-hub/e2e-test-utils/pages`.
10
+
-**`workflowsTable` locator helper**: Reusable Playwright locator for the workflows table, shared by `OrchestratorPage`.
11
+
-**`RbacApiHelper` — role & policy CRUD methods**: `createRoles(role)`, `getRoles()`, `updateRole(role, oldRole, newRole)`, and `createPolicies(policy)` join the existing delete helpers, giving full CRUD coverage for roles and policies.
12
+
-**`Role` interface**: Exported alongside `Policy` from `@red-hat-developer-hub/e2e-test-utils/helpers`.
13
+
14
+
## [1.1.19]
15
+
9
16
-**installOrchestrator(namespace?: string)**: Runs the orchestrator install script via a TypeScript wrapper; creates or reuses the given namespace (default `"orchestrator"`). Exported from `@red-hat-developer-hub/e2e-test-utils/orchestrator`.
0 commit comments