You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage selenium-drivers-geckodriver-0.34.0-1.lbn36.x86_64
Firefox/Gecko driver
RPMPackage selenium-drivers-chromedriver-122.0.6261.128-1.lbn36.x86_64
Google/Chromium driver
RPMPackage selenium-drivers-0.0.1-1.lbn36.x86_64
Pre-compiled selenium drivers for various browsers
RPMPackage python3-splinter+selenium-0.21.0-1.lbn36.noarch
This is a metapackage bringing in selenium extras requires for python3-splinter. It makes sure the dependencies are installed.
RPMPackage python-selenium-manager-0.0.2-1.lbn36.noarch
Selenium Manager is a CLI tool. Therefore, under the hood, the Selenium bindings call Selenium Manager by invoking shell commands. Like any other CLI tool, arguments can be used to specify specific capabilities in Selenium Manager This is a stand-in for Python/Selenium's interace (selenium/webdriver/common/selenium_manager.py)
RPMPackage python3-webdrivermanager-0.10.0-1.lbn36.noarch
webdrivermanager Python module to facilitate downloading and deploying WebDriver < binaries. The classes in this module can be used to automatically search for and download the latest version (or a specific version) of a WebDriver binary and then extract it and place it by copying or symlinking it to the location where Selenium or other tools should be able to find it then. Installation This...
RPMPackage python3-webdriver-manager-4.0.1-1.lbn36.noarch
Webdriver Manager for Python[![Tests]( [![PyPI]( [![Supported Python Versions]( [![codecov]( Support the library on [Patreon](
RPMPackage rubygem-browserstack-local-1.4.3-1.lbn36.noarch
Ruby bindings for BrowserStack Local.
RPMPackage python3-browserstack-sdk-1.19.24-1.lbn36.noarch
Python SDK for browserstack selenium-webdriver tests
RPMPackage python3-browserstack-local-1.2.7-1.lbn36.noarch
 
RPMPackage python-selenium-browserstack-0.0.1-1.lbn36.noarch
New Project =========== Copy /usr/share/browserstack-selenium/browserstack.yml into your project. Set BrowserStack Credentials ============================ Add your BrowserStack username and access key in the browserstack.yml config fle. You can also export them as environment variables, BROWSERSTACK_USERNAME and BROWSERSTACK_ACCESS_KEY: export BROWSERSTACK_USERNAME=<browserstack-username> export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key> Running tests ============= Run sample test: To run the sample test across platforms defined in the project's browserstack.yml file, run: browserstack-sdk /usr/share/browserstack-selenium/test.py Run tests on locally hosted website: To run the local test across platforms defined in the project's browserstack.yml file, run: browserstack-sdk /usr/share/browserstack-selenium/local-test.py
RPMPackage python-robot-browserstack-0.0.2-1.lbn36.noarch
New Project =========== Copy /usr/share/browserstack-robot/browserstack.yml into your project. Set BrowserStack Credentials ============================ Add your BrowserStack username and access key in the browserstack.yml config fle. You can also export them as environment variables, BROWSERSTACK_USERNAME and BROWSERSTACK_ACCESS_KEY: export BROWSERSTACK_USERNAME=<browserstack-username> export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key> Running tests ============= Run sample test: To run the sample test across platforms defined in the project's browserstack.yml file, run: - To run the sample tests in parallel across the platforms defined in the `browserstack.yml` file, run: browserstack-sdk robot ./tests/test-*.robot
RPMPackage browserstack-local-8.9-1.lbn36.x86_64
BrowserStack cross-browser testing
RPMPackage python3-sphinx-pytest-0.1.1-1.lbn36.noarch
Helpful pytest fixtures for sphinx extensions. This extension provides pytest fixtures to "simulate" converting some source text to docutils AST at different stages; before transforms, after transforms, etc.
RPMPackage python3-pytest-xvfb-2.0.0-4.fc36.noarch
With Xvfb and the plugin installed, your testsuite automatically runs with Xvfb. This allows tests to be run without windows popping up during GUI tests or on systems without a display (like a CI). If Xvfb is not installed, the plugin does not run and your tests will still work as normal. However, a warning message will print to standard output letting you know that Xvfb is not installed. If you're currently using xvfb-run in something like .travis.yml, simply remove it and install this plugin instead - then you'll also have the benefits of Xvfb locally.
RPMPackage python3-pytest-xprocess-0.18.1-2.fc36.noarch
Experimental py.test <>_ plugin for managing processes across test runs.Usage install via:: pip install pytest-xprocessThis will provide a xprocess fixture which helps you to ensure that one ore more longer-running processes are present for your tests. You can use it to start and pre-configure test-specific databases (Postgres, Couchdb, ...).Additionally there are two new command line...
RPMPackage python3-pytest-xdist-2.5.0-2.fc36.noarch
The pytest-xdist plugin extends py.test with some unique test execution modes: * test run parallelization: if you have multiple CPUs or hosts you can use those for a combined test run. This allows to speed up development or to use special resources of remote machines. * --boxed: run each test in a boxed subprocess to survive SEGFAULTS or otherwise dying processes * --looponfail: run your tests repeatedly in a subprocess. After each run py.test waits until a file in your project changes and then re-runs the previously failing tests. This is repeated until all tests pass after which again a full run is performed. * Multi-Platform coverage: you can specify different Python interpreters or different platforms and run tests in parallel on all of them.
RPMPackage python3-pytest-webdriver-1.7.0-1.lbn36.noarch
Pytest Webdriver FixtureThis fixture provides a configured webdriver for Selenium browser tests, that takes screenshots for you on test failures.
RPMPackage python3-pytest-watch-4.2.0-12.fc36.noarch
A zero-config CLI tool that runs [pytest][], and re-runs it when a file in your project changes. It beeps on failures and can run arbitrary commands on each passing and failing test run.
RPMPackage python3-pytest-virtualenv-1.7.0-13.fc36.noarch
Create a Python virtual environment in your test that cleans up on teardown. The fixture has utility methods to install packages and list what's installed.