Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support loading custom behaviors from URLs and/or filepaths #707

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tw4l
Copy link
Member

@tw4l tw4l commented Oct 22, 2024

Fixes #368

The --customBehaviors flag is now an array, making it repeatable. This should be backwards compatible with the CLI flag, but may require changes to YAML configs when custom behaviors are used.

Custom behaviors can be loaded from URLs, local filepaths, and paths to local directories, including any combination thereof.

New tests are added to ensure loading behaviors from URLs as well as a mixed combination of URL and filepath works as expected.

The --customBehaviors flag is now an array, making it repeatable
without breaking existing usage of the flag.

Custom behaviors can be loaded from URLs, local filepaths, and
paths to local directories, including any combination thereof.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Load Custom Behaviour from URL
1 participant