# selenoid-container-tests **Repository Path**: mirrors_twilio/selenoid-container-tests ## Basic Information - **Project Name**: selenoid-container-tests - **Description**: An automated Java test suite to check Selenoid images quality - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Selenoid Container Tests This repository contains an automated Java test suite which is run against every [Selenoid](https://github.com/aerokube/selenoid) container to verify all major [Selenium](http://seleniumhq.org/) features work as expected. To run the suite type: ``` $ mvn clean test -Dgrid.connection.url=http://my-selenoid-host.example.com:4444/wd/hub -Dgrid.browser.name=firefox -Dgrid.browser.version=52.0 ```