I've been able to successfully create testcases using "createTestCase", but I have two questions:
1) Is there a way I can specify to add the testcase into a particular test plan upon creation?
2) is there documentation somewhere to what options you can specify for "actiononduplicatedname"? If so, I'd appreciate a link
2. While looking through the code, I have found:
$action_on_duplicate_name='allow_repeat'
self::$actionOnDuplicatedNameParamName => 'generate_new',
self::$actionOnDuplicatedNameParamName => 'block');
I totally agree that better documentation would be good. Feel free to create a feature request and provide patches.