[behave] # Enterprise and premium-licensed features live in features/enterprise/. # They are excluded from the default CI run because the test environment # does not have a commercial licence. To run them explicitly: # # python -m behave features/enterprise # # PAYG shadow-mode features live in features/payg/. They need the saas # profile + Postgres + seeded test team (testing/compose/docker-compose-saas.yml). # The default run excludes them; the saas-cucumber CI job invokes # behave with `features/payg` explicitly. The PAYG harness in # testing/test-payg.sh swaps a temp behave.ini that drops the payg # exclusion + tags @manual to skip restart-hook scenarios. # exclude_re = features/(enterprise|payg) tags = ~@manual