/selenoid-sample

How to run Selenide UI tests with browsers in Selenoid

Primary LanguageJavaMIT LicenseMIT

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!