@camunda/e2e-test-suite 0.0.280 → 0.0.281
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 +11 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,7 +53,17 @@ GitHub Actions can be used to facilitate testing across various cluster versions
|
|
|
53
53
|
|
|
54
54
|
#### SaaS
|
|
55
55
|
|
|
56
|
-
For SaaS, a test run can be manually triggered for specific minor versions and their associated cluster generation. This can be done through the [SaaS On-Demand GitHub Action](https://github.com/camunda/c8-cross-component-e2e-tests/actions/workflows/playwright_saas_manual.yml).
|
|
56
|
+
For SaaS, a test run can be manually triggered for specific minor versions and their associated cluster generation. This can be done through the [SaaS On-Demand GitHub Action](https://github.com/camunda/c8-cross-component-e2e-tests/actions/workflows/playwright_saas_manual.yml). These tests run against the INT environment.
|
|
57
|
+
|
|
58
|
+
The workflow expects the following arguments:
|
|
59
|
+
|
|
60
|
+
| Argument | Description | Examples |
|
|
61
|
+
|-------------------------|----------------------------------------------------|--------------------------------------------|
|
|
62
|
+
| C8 Minor Version | Minor version on format `<major>.<minor>` |`8.9`, `8.8` |
|
|
63
|
+
| Cluster Generation Name | The full name of the cluster generation (not UUID) | `Camunda 8.8+gen16`, `Camunda 8.9.0-alpha5`|
|
|
64
|
+
|
|
65
|
+
> [!NOTE]
|
|
66
|
+
> The cluster generation name used in the workflow run must be part of the Stable, Internal Dev, QA, or Alpha channel for it to be testable. A generation can be added to a channel in the [Camunda Accounts dashboard](https://accounts.ultrawombat.com/consoleadmin/channels)
|
|
57
67
|
|
|
58
68
|
#### SM with Helm
|
|
59
69
|
|