Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 560 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 560 Bytes

Selenide examples: Selenoid

This is a sample project demonstrating how to run Selenide UI tests with browsers in Selenoid.

This project uses selenide-selenoid plugin.

You can clone and run it locally with a few minutes.

How to run with Maven

Type from command line to run tests on your machine:

mvn test

You need to have "chrome" image of version 100.0 For Mac M1, sskorol/selenoid_chromium_vnc:100.0 can be used.

Feel free to share your feedback!