Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 643 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 643 Bytes

#GSListeningTest

#金石听力iPhone版本测试工程

##安装及使用

//clone gold stone client test project
git clone [email protected]:extensivepro/GSListening.git
cd GSListeningTest/Mother-May-UI
//enter info for config
./setup.sh GSListening test.log
//run test
./run.sh

##目录说明

  • UITest/ -界面测试的自动化脚本放在这里,运行setup.sh后会自动加入main.js中
  • UITest/main.js -测试的入口文件,自动包含目录下面的测试脚本,由setup自动生成
  • UITest/uitest.conf -UI测试配置文件由setup.sh自动生成