submitResult.go 251 字节
Newer Older
1 2 3 4 5 6 7 8
package main

import (
	zentaoService "github.com/easysoft/zentaoatf/src/service/zentao"
)

func main() {
	zentaoService.Login("http://ztpmp.ngtesting.org/", "admin", "P2ssw0rd")
9
	zentaoService.SubmitResult("scripts/all.suite", "2019-08-15T090121")
10
}