-
Notifications
You must be signed in to change notification settings - Fork 132
MQE-2034: Document Custom Helper functionality #690
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Content is solid, ony a small suggestion
docs/custom-helpers.md
Outdated
|
||
A Custom Helper is written in a PHP file and then referenced in test XML like other actions. | ||
|
||
Due to complexity, you should only use these as a last resort after trying to implement your test using built-in actions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part is pretty important, I think we should include a when to use/when to NOT use at the top to highlight it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a warning block to the top of the page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now. IMO it's ready for @dobooth, your call on waiting on alex's review
I'll wait on @okolesnyk since he's the one who implemented custom helpers. |
TODO: