freshyo/tests/e2e/config.yaml
2026-09-16 00:36:02 +05:30

13 lines
407 B
YAML

# Maestro workspace config for the root E2E suite.
# Only YAML files in this folder are entry flows; `subflows/` is invoked
# explicitly via runFlow and is intentionally not matched here.
flows:
- '*.yaml'
- '!config.yaml'
# add-product must run first so add-slot-with-product can find the product.
executionOrder:
continueOnFailure: false
flowsOrder:
- add-product
- add-slot-with-product