diff --git a/src/testlink/testlinkapigeneric.py b/src/testlink/testlinkapigeneric.py old mode 100644 new mode 100755 index 1e90266..b86ed67 --- a/src/testlink/testlinkapigeneric.py +++ b/src/testlink/testlinkapigeneric.py @@ -131,6 +131,20 @@ def getLastExecutionResult(self): 'getBugs' : True / False """ + @decoApiCallAddDevKey + @decoMakerApiCallWithArgs(['testplanid'], + ['testcaseid', 'testcaseexternalid', + 'platformid', 'platformname', + 'buildid', 'buildname', 'options']) + def getAllExecutionsResults(self): + """ Gets the result of ALL executions for a particular testcase on a test plan. +If there are no filter criteria regarding platform and build, +result will be get WITHOUT checking for a particular platform and build. + +Method can only be used with +TL version >= 1.18 +""" + @decoApiCallWithoutArgs def sayHello(self): """ Lets you see if the server is up and running """ @@ -179,7 +193,7 @@ def createBuild(self): releasedate : YYYY-MM-DD copytestersfrombuild : valid buildid tester assignments will be copied. """ - + @decoMakerApiCallReplaceTLResponseError() @decoApiCallAddDevKey @decoMakerApiCallWithArgs()