提交 c11fd90b 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

readme

上级 e6a5523e
......@@ -18,16 +18,16 @@ ZentaoATF is an automation testing framework written in Golang.
3. Type 'go run src/atf.go' to get the help doc;
## Usage:
You need a Zentao user account with super model API permissions, below we use autotest01/P2ssw0rd on http://ruiyinxin.test.zentao.net site
### Import test cases from remote Zentao system
```go run src/atf.go gen -u http://ruiyinxin.test.zentao.net -t product -v 1 -l python -a autotest01 -p P2ssw0rd```
### Run demo test scripts
#### For Windows
```go run src/atf.go run -f scripts-demo/tc-01.bat -l bat```
#### For Linux/Mac
```go run src/atf.go run -f scripts-demo/tc-01.sh -l shell```
### Import test cases from remote Zentao system
```go run src/atf.go gen -u http://ruiyinxin.test.zentao.net -t product -v 1 -l python -a autotest01 -p P2ssw0rd```
Need a Zentao user account with super model API permissions, we use autotest01/P2ssw0rd on http://ruiyinxin.test.zentao.net
### Run test scripts in specified folder
```go run src/atf.go run -d scripts -l python```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册