@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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. 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 | OS When Non-Docker | Projects (Non-Docker) | Projects (Docker) |
448
- |---------|----------------|----------------|--------------------|-----------------------|-------------------|
449
- | 8.6 | No | — | ubuntu, macOS | — | chromium (ES) |
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 | Yes | ubuntu-latest only | ubuntu, macOS, windows | chromium-v1 (ES) + chromium-v2 (ES) + chromium-v2 (RDBMS) | chromium-v2 (ES) |
453
- | 8.10 | Yes | ubuntu-latest only | ubuntu, macOS, windows | chromium-v1 (ES) + chromium-v2 (ES) + chromium-v2 (RDBMS) | chromium-v2 (ES) |
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.294",
3
+ "version": "0.0.295",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",