Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangyuan/beryl
behave sample
https://github.com/zhangyuan/beryl
Last synced: about 1 month ago
JSON representation
behave sample
- Host: GitHub
- URL: https://github.com/zhangyuan/beryl
- Owner: zhangyuan
- License: mit
- Created: 2015-11-23T15:45:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T12:24:20.000Z (about 9 years ago)
- Last Synced: 2024-10-27T14:57:02.993Z (3 months ago)
- Language: Python
- Size: 449 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 运行示例
## 下载安装 Python
## 安装 behave 和 python-selenium
pip install -r requirements.txt
## 下载安装 selenium
下载地址 默认只支持 Firefox,可以下载安装其他的浏览器驱动。
可以直接下载
## 运行测试
### 启动selenium server
java -jar selenium-server-standalone-2.48.2.jar
### 启动待测试网站
从命令行进入 ./public 目录,执行
python -m SimpleHTTPServer### 运行测试
在项目根目录执行
behave
# 文档
docs 目录下有 behave 和 selenium 文档。文档从对应的源码生成。