- 增加数据解析相关操作方法
- 增加跳过测试相关方法
- 增加发邮件功能
- 修复bug, 优化代码
- 增加 slow_click() 方法。
- seldom.main() 默认运行当前文件不需要传参。
- seldom.main(report="report-name.html") 允许自定义报告名称。
- fix bug
- add function: csv_to_list()/ excel_to_list()
Global launch browser
selenium grid support Added safari support
The framework function has been basically improved. I'm glad to release version 1.0
Add cookie manipulation APIs Optimized element wait
Added chrome/firefox browser driver download command Driver file path Settings are supported
add skip case
Added a switch to display the last rerun result Optimized assertion method
Update element positioning
Change the project name to seldom Introducing the poium test library,
- Increased test case failure rerun
- Add use case failure screenshots
new framework
Simplifying API calls
add parameterized Beautification test report
Re based on unittest.
add setup.py file, Specification of the installation process, a time to install all dependencies. Delete unnecessary files
Increase the support of multiple positioning methods
Method to add default to wait. Modify the realization of the individual methods
- Repair part bug.
- With the nose instead of unittest.
- Discard HTMLTestRunner,Integrated nose-html-reporting.
- modify the examples under demo.
- all the elements of the operation selector xpath replaced by css, css syntax because more concise.
- when you run the test case no longer need to specify the directory, the default directory for the current test.
- modify the examples under demo.