You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-robotframework-stacktrace-0.4.1-1.lbn36.noarch
robotframework-stacktrace A listener for RF > 4.0 that prints a Stack Trace to console to faster find the code section where the failure appears. Installationshell pip install robotframework-stacktracerobot --listener RobotStackTracer <your file.robot> ExampleOld Console Output:commandline ❯ robot -d logs TestCases/14_Browser/01_CarConfig.robot 01 CarConfig Configure Car with Pass | FAIL |
RPMPackage python3-robotframework-seleniumtestability-2.1.0-1.lbn36.noarch
robotframework-seleniumtestability SeleniumTestability is a plugin to Robot Framework's SeleniumLibrary that adds functionality to it doesn't fit into its mission. These new features are archived by SL's plugin api that then automatically instrumentents the web application via javascript calls and provides keywords to bridge those into Robot Framework.Plugin provides automatic detection of...
RPMPackage python3-robotframework-seleniumlibrary-6.2.0-1.lbn36.noarch
SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. The project is hosted on GitHub and downloads can be found from PyPI. SeleniumLibrary works with Selenium 3 and 4.
RPMPackage python3-robotframework-selenium2screenshots-0.8.1-1.lbn36.noarch
Selenium2Screenshots-library for Robot Framework Read the docs for more detailed information.____ 0.8.1 (2018-03-27) - Fix issue where naive string conversion generated broken JavaScript on Python 2 [fixes 12] [Asko Soukka] 0.8.0 (2017-12-05) - Depend on newest versions of Robot Framework and Selenium2Library [tomgross] - Fix issue where keyword Capture and crop page screenshot when bounding...
RPMPackage python3-robotframework-ride-2.0.8.1-1.lbn36.noarch
Robot Framework is a generic test automation framework for acceptance level testing. RIDE is a lightweight and intuitive editor for Robot Framework test data.
RPMPackage python3-robotframework-pythonlibcore-4.4.0-1.lbn36.noarch
Python Library CoreTools to ease creating larger test libraries for [Robot Framework]() using Python. The Robot Framework [hybrid]( and [dynamic library API]( gives more flexibility for library than the static library API, but they also sets requirements for libraries which needs to be implemented in the library side. PythonLibCore eases the problem by providing simpler interface and handling...
RPMPackage python3-robotframework-playwright-0.1.0-1.lbn36.noarch
robotframework-playwrightRobot Framework Playwright library Development Run robot framework tests: poetry run robot atest. Run pytests poetry run pytest.
RPMPackage python3-robotframework-pabot-2.18.0-1.lbn36.noarch
A parallel executor for Robot Framework tests. With Pabot you can split one execution into multiple and save test execution time.
RPMPackage python3-robotframework-keepasslibrary-0.4.0-1.lbn36.noarch
KeePass LibraryThis library enables Robot Framework to interact with KeePass databases.[![Python package]( [![Version]( ![PyPI - License]( ![PyPI - Downloads]( [![Updates](
RPMPackage python3-robotframework-djangolibrary-3.1.0-1.lbn36.noarch
A robot framework library for Django. :target:
RPMPackage python3-robotframework-debuglibrary-1.3.1-1.lbn36.noarch
Debug Library for Robot Framework .. contents:: :local:Introduction Robotframework-DebugLibrary is a debug library for RobotFramework_, which can be used as an interactive shell(REPL) also... _RobotFramework: Installation
RPMPackage python3-robotframework-cache-1.0.0-1.lbn36.noarch
Robot Framework Cache Library Caching mechanism for Robot Framework tests. Works within a single test run and across multiple test runs. Works with Pabot, though it requires --pabotlib. Why In one word: Performance. When testing, we sometimes want to reuse work we did in a different test. Examples of this include API gateway sessions, user sessions, and expensive calculations. If we can reuse this work, we don't need to spend time redoing it every test. Sometimes we even want to reuse the work we did in a previous test run. This allows us to speed up our workflow when writing tests. CacheLibrary solves these problems by providing a caching mechanism that's stored both in memory and in a file. Pabot CacheLibrary works with Pabot, but requires the --pabotlib command line argument. Supporting Pabot is achieved by a combination of locks and parallel variables. This makes CacheLibrary stable when run in parallel without losing stored values. All CacheLibrary tests are run with Pabot to ensu
RPMPackage python3-robotframework-browser-18.2.0-1.lbn36.noarch
robotframework-browser <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors]( <!-- ALL-CONTRIBUTORS-BADGE:END --> [![Version]( [![Actions Status]( [![License](
RPMPackage python3-robotframework-applicationlibrary-1.2.1-1.lbn36.noarch
robotframework-applicationlibrary [![PyPI version]( [![Downloads]( [![Build Status]( [![Coverage Status](
RPMPackage python3-robotframework-7.0-1.lbn36.noarch
Robot Framework is a generic open source automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA). It has simple plain text syntax and it can be extended easily with libraries implemented using Python or Java.
RPMPackage python3-lbn-robot-0.0.2-1.lbn36.noarch
LBN extensions, setups for RobotFramework
RPMPackage rubygem-browserstack-local-1.4.3-1.lbn36.noarch
Ruby bindings for BrowserStack Local.
RPMPackage python3-browserstack-sdk-1.23.7-1.lbn36.noarch
Python SDK for browserstack selenium-webdriver tests
RPMPackage python3-browserstack-local-1.2.10-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