Giter VIP home page Giter VIP logo

webtester's Introduction

#浏览器兼容性自动化测试平台 ##概览 基于selenium的网页浏览器兼容性自动化测试平台,Web服务基于Python Django ##浏览器支持

  • IE
  • FirFox
  • Chrome
  • Opera
  • Safari

##系统支持

  • Windows 10
  • Windows 8
  • Windows 7
  • Windows vista
  • Windos xp
  • Linux with x11 (不支持更改分辨率)
  • OS X (不支持更改屏幕分辨率)

##部署环境 ###web服务部署

  • 操作系统:Web服务并不需要桌面运行环境,所以你可以选择任何主流的服务器操作系统,只要它支持Django和NodeJS
  • Web服务器:生产力环境下需要支持支持wsgi,推荐使用httpd
  • 数据库:Mysql
  • 其他要求 redis Nodejs Python >=2.7 安装所需python模块
$git clone https://github.com/liuyajun52/webtester
$cd webtester
$sh build.sh
$cp webtester/setting.py.template webtester/setting.py  #修改数据库配置,另外还需在mysql中建立相应数据库
$python manage.py migrate #初始化数据库表
$vim webtester/setting.py 
$sh start-web.sh

###测试机部署

  • 操作系统:同系统支持
  • 浏览器:安装所需测试浏览器,下载对应selenium webdriver,在path下可见
  • 其他要求 python >=2.7 安装所需模块
  • 将webtester/setting.py.template webtester/setting.py 并修改配置
#web服务部署机器的redis地址,这里可以使用内网ip或公网ip或域名
BROKER_URL = 'redis://localhost:6379/0'

#web服务部署机器的域名或ip(内网或公网)
WEB_MATER_HOST='localhost'
#web服务部署端口
WEB_MASTER_PORT=8080
>git clone https://github.com/liuyajun52/webtester
>cd webtester
>start-tester.bat

webtester's People

Contributors

liuyajun52 avatar fumin111 avatar

Watchers

James Cloos avatar  avatar

Forkers

fumin111 cash2one

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.