Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 01d7e29

Browse files
committed
2 parents a0adf66 + e0d4db1 commit 01d7e29

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

README.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![Build Status](https://travis-ci.org/LinuxSuRen/phoenix.webui.framework.svg?branch=master)](https://travis-ci.org/LinuxSuRen/phoenix.webui.framework)
22
[![License](https://img.shields.io/github/license/LinuxSuRen/phoenix.webui.framework.svg)](https://github.com/LinuxSuRen/phoenix.webui.framework/master/LICENSE)
3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.surenpi.autotest/autotest.web.framework/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.surenpi.autotest/autotest.web.framework)
4+
[![Join the chat at https://gitter.im/phoenix-webui-framework/Lobby](https://badges.gitter.im/phoenix-webui-framework/Lobby.svg)](https://gitter.im/phoenix-webui-framework/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
35

46
# AutoTest
57
本项目是一个基于Selenium的Web自动测试框架,通过该框架可以简化测试人员的学习难度,只要编写少量的Java代码即可,大多数的工作都是编写页面元素的描述文件以及对应的数据源。以下是本框架的特色:
@@ -20,30 +22,7 @@
2022
![Excel格式的测试报告](http://surenpi.com/wp-content/uploads/2017/06/autotest_report_excel_2.png)
2123
![数据库格式的测试报告](http://surenpi.com/wp-content/uploads/2017/06/report_database.png)
2224

23-
Maven的依赖,[更多示例](https://github.com/LinuxSuRen/phoenix.autotest.demo)
24-
25-
# 远程的XSD地址
26-
- http://surenpi.com/schema/autotest/autotest.web.framework.xsd
27-
- http://surenpi.com/schema/datasource/autotest.web.framework.datasource.xsd
28-
- http://surenpi.com/schema/suite/autotest.web.framework.suite.xsd
29-
30-
如果不知道如何配置Eclipse的XML智能提示,请访问下面的教程:
31-
http://surenpi.com/2016/07/21/eclipse_prompt_xml/
32-
33-
本项目在码云和Github上都有托管,下面是各自的地址:
34-
Github https://github.com/LinuxSuRen/phoenix.framework
35-
码云 http://git.oschina.net/arch2surenpi/phoenix
36-
37-
# 浏览器兼容性
38-
chrome v53-55
39-
ie8
40-
firefox
41-
42-
# 环境
43-
JDK1.8,Maven
44-
45-
更多详细内容请访问下面的博客:
46-
http://surenpi.com/2016/07/18/autotest_web_framework_base_selenium/
25+
为了方便喜欢PhoenixAutotest框架的朋友们能尽快上手,这里提供了[一系列教程](http://surenpi.com/2016/07/18/phoenix_autotest_tutorial)
4726

4827
# 备注
4928
由于本项目没有提交任何工程、IDE相关的文件(这样,您就可以任选Eclipse、IntelliJ IDEA或者是NetBeans作为您的开发工具了),所以check出来以后还需要一些步骤。

0 commit comments

Comments
 (0)