Configure steps from file #392
dominikjeske
started this conversation in
Ideas
Replies: 1 comment 11 replies
-
Hi @dominikjeske |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to share my customization idea for nbomber. Idea is to use CustomSettings as array of steps that can be configured. Each can have its own section format in 'StepSettings'. Step is implemented as plugin with common interface and can deserilize its own config section.
Test runner could be generic and use config section as whole configuration - so it is creating scenarios and steps. Each step is created from factory (I had to do dirty hack to read config before scenario was created). In final solution step could be loaded from separate dll like plugin and no recompilation should be needed - only steps plugins and config file.
Beta Was this translation helpful? Give feedback.
All reactions