Is it possible to mix disabled and tui=false? #195
-
I'm basically to implement this example: https://f1bonacc1.github.io/process-compose/launcher/#terminate-process-compose-once-given-process-ends I would like to adjust it so that I can run the tests only manually with: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, Yes, this is the expected behavior, the disabled processes are skipped during planning the start order. Please let me know if you considered that and if you need any help setting that up. |
Beta Was this translation helpful? Give feedback.
Hi,
Yes, this is the expected behavior, the disabled processes are skipped during planning the start order.
Maybe something like namespaces will be a better fit for what you are trying to achieve.
Another option is to use multiple configuration files with overrides.
Please let me know if you considered that and if you need any help setting that up.