Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/extraorange/robotframework-chromefortesting
Seamless 'Chrome for Testing' for Robot Framework.
https://github.com/extraorange/robotframework-chromefortesting
automation chrome chromedriver chromefortesting robotframework
Last synced: 3 months ago
JSON representation
Seamless 'Chrome for Testing' for Robot Framework.
- Host: GitHub
- URL: https://github.com/extraorange/robotframework-chromefortesting
- Owner: extraorange
- License: gpl-3.0
- Created: 2023-11-14T21:22:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T12:20:33.000Z (4 months ago)
- Last Synced: 2024-09-27T10:41:27.613Z (3 months ago)
- Topics: automation, chrome, chromedriver, chromefortesting, robotframework
- Language: Python
- Homepage: https://pypi.org/project/robotframework-chromefortesting/
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# robotframework-chromefortesting :ukraine:
![Version](https://img.shields.io/badge/version-0.9.3-%2392C444)
The only library for seamless setup of Chrome for Testing (CfT) in and within Robot Framework.
For detailed information on CfT, refer to the official CfT documentation:
- [Chrome for Testing Documentation](https://developer.chrome.com/blog/chrome-for-testing/)
- [Google Chrome Labs - Chrome for Testing (CfT)](https://googlechromelabs.github.io/chrome-for-testing/)## :book: Overview
This library provides an automated installation and initialisation of **Chrome for Testing**.
Dynamically ensures a consistent automation testing environment across multiple platforms.
Safeguarded for automatical update and repair.## :package: Instalation
```shell
pip install robotframework-chromefortesting
```It is _highly recommended_ to use a virtual environment.
## :hammer: Usage
In your Robot Framework script:
```robot
*** Settings ***
Library ChromeForTesting ${channel}=Stable ${headless}=${False}
```