@camunda/e2e-test-suite 0.0.195 → 0.0.196
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -317,6 +317,13 @@ By following this convention, we ensure **clarity, consistency, and alignment wi
|
|
|
317
317
|
| `all-latest` | Runs SM tests against all latest versions |
|
|
318
318
|
|
|
319
319
|
|
|
320
|
+
### c8Run Supported Versions, Modes and Projects
|
|
321
|
+
| Version | Docker Allowed? | OS When Docker | OS When Non-Docker | Projects (Non-Docker) | Projects (Docker) |
|
|
322
|
+
|---------|----------------|----------------|--------------------|-----------------------|-------------------|
|
|
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) |
|
|
320
327
|
## Viewing Test Results
|
|
321
328
|
|
|
322
329
|
### Locally:
|