@camunda/e2e-test-suite 0.0.480 → 0.0.482
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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -392,6 +392,9 @@ MCP tests can still be run locally on macOS and Windows using the instructions a
|
|
|
392
392
|
|
|
393
393
|
The test suite is configured to run automatically every night. The results of these nightly test runs are published on TestRail. If any test fails during these automated runs, the Designated Responsible Individual (DRI) of the project is notified via email for immediate attention and resolution. On a nightly basis, the test suite is configured to run the following tests:
|
|
394
394
|
|
|
395
|
+
Failures are classified into categories (Infrastructure, Flaky, Product, Mixed) to aid triage.
|
|
396
|
+
See [docs/ci-failure-categories.md](docs/ci-failure-categories.md) for the full model and criteria.
|
|
397
|
+
|
|
395
398
|
- **C8 SaaS**: Tests are run against a SNAPSHOT generation cluster.
|
|
396
399
|
- **C8 SM with Helm**: Tests are run against the alpha branch of the [camunda-platform-helm repository](https://github.com/camunda/camunda-platform-helm), using SNAPSHOT images for each component. This is peformed with both Elasticsearch and OpenSearch.
|
|
397
400
|
- **C8 Run**: Tests are run against the main branch of the [camunda/camunda repository](https://github.com/camunda/camunda).
|