lczub / TestLink-API-Python-client

A Python client to use the TestLink API
104 stars 63 forks source link

implement 1.9.20-fixed changed api - createPlatform - platformondesign, platformonexecution #139

Closed lczub closed 2 years ago

lczub commented 3 years ago

related TL Mantis Task

new args

    /**
     * create platform
     *
     * @param struct $args
     * @param string $args["devKey"]
     * @param string $args["testprojectname"]
     * @param string $args["platformname"]
     * @param string $args["notes"]
     * @param boolean $args["platformondesign"]
     * @param boolean $args["platformonexecution"]
     * @return mixed $resultInfo
     * @internal revisions
     */
    public function createPlatform($args) {