-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add the ability to set the html report name to collection name being run #62
Comments
I think the collection name is passed into the GetTestRunner method:
|
Thanks @yossarian123 I am not too good with ts but would this work?
|
@Scott-Emberson if I understand this correctly you'd like to:
Things that seem added based on your code snippet from above:
Questions I'm unsure about:
Steps to complete this:
A quick draft of your section of code refactored would be something like:
|
Add an additional option onto the HTML report location so you can have the code set the HTML name to the collection being run.
I have started to look at it, but unsure where I could pick up the collection name.
The text was updated successfully, but these errors were encountered: