Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tobecrazy committed Apr 30, 2017
1 parent b3d9f45 commit a6dd5d1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# Demo
Selenium automation test framework

Use Selenium 3.x + testng + Ant + Jenkins + Maven
Use Selenium 3.x + testng + Jenkins + Maven

Use Page object model

Use log4j

如何使用:
1. 安装maven配置环境变量
2. git clone https://github.com/tobecrazy/Demo.git
3. mvn test
也可以直接使用jenkins,触发mvn test

使用interface 处理不同版本的页面,
使用java反射机制实现页面跳转
使用java 注解实现不同类反射初始化
使用单例模式实现初始化唯一driver对象
已废弃Ant

Roadmap
1. 使用Builder设计模式
2. 优化测试报告
Expand Down

0 comments on commit a6dd5d1

Please sign in to comment.