@camunda/e2e-test-suite 0.0.38 → 0.0.39
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -114,7 +114,7 @@ For C8Run, a test run can be manually triggered for specific minor versions, for
|
|
|
114
114
|
- `CLUSTER_VERSION` (Cluster version on INT to test, or leave blank)
|
|
115
115
|
- `MINOR_VERSION` (Minor version, e.g. `SM-8.8`, corresponds to the test folders in this repo)
|
|
116
116
|
|
|
117
|
-
The setup script will leave these blank and clearly mark them for manual
|
|
117
|
+
The setup script will leave these blank and clearly mark them for manual input.
|
|
118
118
|
|
|
119
119
|
**Setting up your own organization (optional)**
|
|
120
120
|
|
|
@@ -311,7 +311,7 @@ To contribute, please follow these guidelines:
|
|
|
311
311
|
|
|
312
312
|
### TestRail Integration
|
|
313
313
|
|
|
314
|
-
To ensure our test case documentation on TestRail remains up-to-date, if a PR contains updates to any test file or page file, the associated TestRail test case
|
|
314
|
+
To ensure our test case documentation on TestRail remains up-to-date, if a PR contains updates to any test file or page file, the associated TestRail test case must be linked in the PR description.
|
|
315
315
|
|
|
316
316
|
If you do not have access to TestRail, please contact the Test Automation Team to request access.
|
|
317
317
|
|