We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d392d54 commit 9f7fc1bCopy full SHA for 9f7fc1b
docs/custom-helpers.md
@@ -1,5 +1,9 @@
1
# Custom Helpers
2
3
+<div class="bs-callout bs-callout-warning" markdown="1">
4
+Due to complexity, you should only write new Custom Helpers as a last resort after trying to implement your test using built-in actions.
5
+</div>
6
+
7
Custom Helpers allow test writers to write custom test actions to solve for advanced requirements beyond what MFTF offers out of the box.
8
9
In MFTF version 3.0.0, we removed the following test actions:
0 commit comments