Skip to content

Commit

Permalink
Merge pull request #478 from ppodgorsek/documentation/playwright
Browse files Browse the repository at this point in the history
Added a note about Playwright in the README
ppodgorsek authored Feb 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 020b0ca + c87581f commit 935b15d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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>

@@ -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

0 comments on commit 935b15d

Please sign in to comment.