-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
Custom string substitutors functionality #108
base: master
Are you sure you want to change the base?
Conversation
My use case for this is: I want to create a unique directory path, where I can place logs gathered during automatic tests. I.e. a unique folder for each test run. I would like to be able to specify this path in my configuration file, something like this: My /Alex |
a7675e6
to
787b5f8
Compare
Implementation of this feature is now added. Comments? |
787b5f8
to
34798fc
Compare
34798fc
to
0768e9a
Compare
df63501
to
3ef11bd
Compare
1b8f02f
to
cd3dc86
Compare
As requested here are the unit test for such functionality (plus the necessary implementation to compile). If this functionality is approved, then I'll modify this pull request with an actual implementation.
/Alex