mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
17 lines
729 B
INI
17 lines
729 B
INI
[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
|