tristaanogre's avatar
tristaanogre
Esteemed Contributor
8 years ago
Status:
New Idea

Run A KeywordTest by name

Runner.CallMethod works pretty well with regards to running Keyword tests.  You can do a syntax like:   Runner.CallMethod('KeywordTests.TestName.Run', 'parametervalue'); However, this is a bit ...