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 56e429b commit 8b0306eCopy full SHA for 8b0306e
README.md
@@ -93,4 +93,7 @@ var testRunner = new TestCaseRunner(Module.Export(typeof(MyFirstActionKeyword).A
93
// Eexecute test
94
var response = await testRunner.Execute(test);
95
96
-```
+```
97
+
98
+## Other examples:
99
+For more examples and use cases please check [test](https://github.com/VikashChauhan51/keyword-engine/tree/master/src/KeywordEngine.Sample/Tests).
0 commit comments