Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a note about Playwright in the README #478

Merged
merged 2 commits into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@

## What is it?

This project consists of a Docker image containing a Robot Framework installation.
This project consists of a container image containing a Robot Framework installation.

This installation also contains Firefox, Chrome, Microsoft Edge and the Selenium library for Robot Framework. The test cases and reports should be mounted as volumes.
This installation also contains Firefox, Chrome, Microsoft Edge, along with the Selenium and Playwright/RFBrowser library for Robot Framework.

<a name="versioning"></a>

Expand All @@ -49,7 +49,7 @@ The versioning of this image follows the one of Robot Framework:
The versions used are:

* [Robot Framework](https://github.com/robotframework/robotframework) 7.0
* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 18.0.0
* [Robot Framework Browser (Playwright) Library](https://github.com/MarketSquare/robotframework-browser) 18.0.0
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.4.3
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.10.0
* [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6
Expand Down
Loading