https://github.com/selebrow/selebrow
Run Webdriver and Playwright tests at scale
https://github.com/selebrow/selebrow
docker playwright playwright-test-runner selenium webdriver
Last synced: about 7 hours ago
JSON representation
Run Webdriver and Playwright tests at scale
- Host: GitHub
- URL: https://github.com/selebrow/selebrow
- Owner: selebrow
- License: apache-2.0
- Created: 2025-05-15T10:36:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-02T10:24:17.000Z (15 days ago)
- Last Synced: 2026-06-02T11:24:56.617Z (15 days ago)
- Topics: docker, playwright, playwright-test-runner, selenium, webdriver
- Language: JavaScript
- Homepage: https://selebrow.dev
- Size: 406 KB
- Stars: 51
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Selebrow Project
Selebrow is an open-source tool that simplifies running UI tests with WebDriver-based frameworks like
[Selenium](https://www.selenium.dev/), [Selenide](https://selenide.org/), [WebdriverIO](https://webdriver.io/) (wdio), and [Playwright](https://playwright.dev/).
It can serve as a drop-in replacement for the discontinued [Selenoid](https://github.com/aerokube/selenoid) project allowing running browsers in Docker containers or
Kubernetes pods.
Selebrow allows running tests in multiple browsers concurrently using prebuilt [browser images](https://selebrow.dev/docs/concepts/images/),
ensuring reliable results both locally and in CI.
## Key features
* [Kubernetes backend](https://selebrow.dev/docs/concepts/backend/#kubernetes) support
* Ability to run as [GitLab CI service](https://selebrow.dev/docs/start/gitlab-ci/)
* Support for running [Playwright tests](https://selebrow.dev/docs/usage/playwright/)
* [Browser pooling](https://selebrow.dev/docs/concepts/pooling/) for faster tests startup
* [UI](https://selebrow.dev/docs/concepts/ui/) integrated directly into binary, no separate components required
## Resources
* [Documentation](https://selebrow.dev/docs/intro/)
* [Browser images](https://github.com/selebrow/images)