@camunda/e2e-test-suite 0.0.201 → 0.0.202

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.
Files changed (2) hide show
  1. package/README.md +7 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,6 +44,7 @@ For the Camunda C8Run offering, the test suite supports following versions:
44
44
  - 8.7.X
45
45
  - 8.8.X
46
46
  - 8.9.X
47
+ - 8.10.X
47
48
 
48
49
  ### GitHub Actions for Testing
49
50
 
@@ -320,10 +321,12 @@ By following this convention, we ensure **clarity, consistency, and alignment wi
320
321
  ### c8Run Supported Versions, Modes and Projects
321
322
  | Version | Docker Allowed? | OS When Docker | OS When Non-Docker | Projects (Non-Docker) | Projects (Docker) |
322
323
  |---------|----------------|----------------|--------------------|-----------------------|-------------------|
323
- | 8.6 | No | — | ubuntu, macOS | — | chromium (ES) |
324
- | 8.7 | Yes | ubuntu-latest only | ubuntu, macOS, windows | chromium (ES) | chromium (ES) |
325
- | 8.8 | Yes | ubuntu-latest only | ubuntu, macOS, windows | chromium-v1 (ES) + chromium-v2 (ES) | chromium-v2 (ES) |
326
- | 8.9 | Yes | ubuntu-latest only | ubuntu, macOS, windows | chromium-v1 (ES) + chromium-v2 (ES) + chromium-v2 (RDBMS) | chromium-v2 (ES) |
324
+ | 8.6 | No | — | ubuntu, macOS | — | chromium (ES) |
325
+ | 8.7 | Yes | ubuntu-latest only | ubuntu, macOS, windows | chromium (ES) | chromium (ES) |
326
+ | 8.8 | Yes | ubuntu-latest only | ubuntu, macOS, windows | chromium-v1 (ES) + chromium-v2 (ES) | chromium-v2 (ES) |
327
+ | 8.9 | Yes | ubuntu-latest only | ubuntu, macOS, windows | chromium-v1 (ES) + chromium-v2 (ES) + chromium-v2 (RDBMS) | chromium-v2 (ES) |
328
+ | 8.10 | Yes | ubuntu-latest only | ubuntu, macOS, windows | chromium-v1 (ES) + chromium-v2 (ES) + chromium-v2 (RDBMS) | chromium-v2 (ES) |
329
+
327
330
  ## Viewing Test Results
328
331
 
329
332
  ### Locally:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.201",
3
+ "version": "0.0.202",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",