@camunda/e2e-test-suite 0.0.294 → 0.0.295
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 +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -444,13 +444,13 @@ By following this convention, we ensure **clarity, consistency, and alignment wi
|
|
|
444
444
|
| `all-latest` | Runs SM tests against all latest versions |
|
|
445
445
|
|
|
446
446
|
### c8Run Supported Versions, Modes and Projects
|
|
447
|
-
| Version | Docker Allowed? | OS When Docker
|
|
448
|
-
|
|
449
|
-
| 8.6 | No | —
|
|
450
|
-
| 8.7 | Yes | ubuntu-latest only | ubuntu, macOS, windows | chromium (ES) | chromium (ES)
|
|
451
|
-
| 8.8 | Yes | ubuntu-latest only
|
|
452
|
-
| 8.9 |
|
|
453
|
-
| 8.10 |
|
|
447
|
+
| Version | Docker Allowed? | OS When Docker | OS When Non-Docker | Projects (Non-Docker) | Projects (Docker) |
|
|
448
|
+
|---------|----------------|-----------------|--------------------|----------------------|-----------------|
|
|
449
|
+
| 8.6 | No | — | ubuntu, macOS | — | — |
|
|
450
|
+
| 8.7 | Yes | ubuntu-latest only | ubuntu, macOS, windows | chromium (ES) | chromium (ES) |
|
|
451
|
+
| 8.8 | Yes | ubuntu-latest only | ubuntu, macOS, windows | chromium-v1 (ES) + chromium-v2 (ES) | chromium-v2 (ES) |
|
|
452
|
+
| 8.9 | No | —| — | chromium-v2 (RDBMS) | — |
|
|
453
|
+
| 8.10 | No |— | — | chromium-v2 (RDBMS) | — |
|
|
454
454
|
|
|
455
455
|
## Viewing Test Results
|
|
456
456
|
|