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

sort scripts languages options

上级 2859799d
......@@ -2,21 +2,19 @@
ZentaoATF is an automation testing framework written in Golang.
## Features
1. Support most popular programming languages like Python, Ruby, Lua, Tcl, PHP, Shell, GO and Windows Bat;
2. Reduce the invasive of existing testing scripts
3. Integration with ZenTao - an open source project management system;
3. Easy to use with the help of UI window
1. Support popular programming languages like Python, Ruby, Lua, Tcl, PHP, GO, Shell and Bat;
2. Reduce the invasive of existing testing scripts;
3. Integration with ZenTao - Open source project management system.
## QuickStart
### Run from release file
1. Download last release file from [here](https://github.com/easysoft/zentaoatf/releases);
2. Type 'atf-2.0.0.alpha.exe help' to get the doc.
2. Type 'atf-*.exe -h' to get the help doc.
### Run from Golang codes
1. Use 'git clone https://github.com/easysoft/zentaoatf.git' to get the source codes;
2. Overwrite edit.go and view.go files from https://github.com/rocket049/gocui to fix the Chinese related bug;
3. Type `go get -u all' to get all dependencies;
4. Type 'go run src/atf.go help' to get the doc;
1. Enter 'git clone https://github.com/easysoft/zentaoatf.git' to get the source codes;
2. Overwrite edit.go and view.go from https://github.com/rocket049/gocui to fix the Chinese related bug;
3. Type 'go run src/atf.go -h' to get the help doc.
## Licenses
All source code is licensed under the [Z PUBLIC LICENSE](LICENSE.md).
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册