pytest_sauce provides sane and helpful methods worked out in clearcode to run py.test tests with selenium/saucelabs
Project description
pytest_sauce is a pytest wrapper, that makes it easier to configure and run selenium tests both locally and on saucelabs with pytest.
It contains methods to:
download and run saucelabs connector
download chromedriver
run tests on multiple browsers
if chrome found within browser set to have tests run, checks and downloads chromedriver.
So far, this package provides only methods, that you have to use within your own tasks to run tests. But in the future, it’ll provide at least one method to run tests depend on configuration file.
All these tasks requires is argument with yaml config location
CHANGES
current
xvfb_on option removed completely. Please use xvfb: false to disable virtual framebuffer.
0.3
upgrade Saucelab Connect to v4.3. It’s not backward compatible with previous versions.
0.2.10
changed os.rename to shutil.move. Fixes moving files between partitions. [fizyk]
0.2.8
various package description improvements
excludes buggy pymlconf requirement
0.2.6
default chromedriver version bumped to 2.2
xvfb-run mode now starts with auto-servernum parameter by default
0.2.5
run_tests returns error code from latests test
0.2.4
public release
0.2.3
fixed xvfb turning off option
change default option to not download Saucelabs everytime
ability to replace pdb with ipdb
0.2.2
ability to set xvfb-run settings
0.2.0
ability to run standard py.test tests with config
0.0.0
initialize package [sliwinski]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pytest_sauce-0.3.3.tar.gz
.
File metadata
- Download URL: pytest_sauce-0.3.3.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9724beddfb5f075c231848c6a1febbcf0325b96f00c39f82db16f4f954fa8ce3 |
|
MD5 | 05b7f3f23c56d317969d8c42fa2d3359 |
|
BLAKE2b-256 | 0867b11be88194db9e012f02ab02b4d00d95435d1d61e896494106b8f69b70b4 |