• Stars
    star
    297
  • Rank 135,441 (Top 3 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created about 7 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Graphical user interface for Selenoid project

Selenoid UI

Build Status Coverage Release Docker Pulls

Simple status page with UI updates by SSE, backed by constant polling of status handle of selenoid on small go backend.

ui

Usage

We distribute UI as a lightweight Docker container. To run it type:

$ docker run -d --name selenoid-ui  \
    --link selenoid                 \
    -p 8080:8080                    \
    aerokube/selenoid-ui --selenoid-uri=http://selenoid:4444

where --link selenoid links with running container named selenoid with selenoid inside

Then access the UI on port 8080:

http://localhost:8080/

The following flags are supported:

  • --listen - host and port to listen (e.g. :1234)
  • --period - data refresh period (e.g. 5s or 1m)
  • --selenoid-uri - selenoid uri to fetch data from (e.g. http://selenoid.example.com:4444/)

Features, Screenshots and Complete Guide

Can be found at http://aerokube.com/selenoid-ui/latest/

Usage note

This UI is designed for debug purposes for one selenoid node. If you need monitoring capabilities on more than one selenoid, consider to use external monitoring system

More Repositories

1

selenoid

Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
Go
2,485
star
2

ggr

A lightweight load balancer used to create big Selenium clusters
Go
310
star
3

windows-images

Step by step instructions for building Docker images with Windows
Shell
215
star
4

moon

Browser automation solution for Kubernetes and Openshift supporting Selenium, Playwright, Puppeteer and Cypress
HTML
194
star
5

images

Browser images for Selenoid and Moon 1.x
Go
162
star
6

cm

Configuration manager for Aerokube products
Go
117
star
7

moon-deploy

Moon 1.x one-command deployment configuration
39
star
8

ggr-ui

The missing /status API for Ggr
Go
39
star
9

lightning-java

Lightweight and lightning fast Java WebDriver client for test automation professionals
Java
30
star
10

selenium-openapi

The missing Selenium OpenAPI spec
Shell
27
star
11

elk-config

ELK stack configuration files
26
star
12

selenoid-grafana-example

Telegraf + InfluxDB + Grafana example for selenoid metrics collection
Shell
20
star
13

chrome-developer-tools-protocol-java-example

An example of using Java client to work with Chrome Developer Tools Protocol in Selenoid
Java
18
star
14

selenoid-container-tests

An automated Java test suite to check browser images quality
Java
13
star
15

charts

Aerokube Helm Charts Repository
Smarty
11
star
16

selenium-mock

Selenium Hub emulator
Go
9
star
17

demo-tests

A set of demonstration tests
Java
8
star
18

init

Correct init process for Docker containers
Shell
7
star
19

moon-cloud-webdriverio-example

An example Webdriver.io project demonstrating how to work with Moon Cloud
JavaScript
4
star
20

moon-cloud-playwright-example

JavaScript
4
star
21

aerokubot

Simple Telegram bot to help with support chat
Go
4
star
22

cloud-images

Ansible playbooks to build images for cloud platforms
Shell
3
star
23

cypress-moon

NPM package source for Cypress integration with Moon
JavaScript
2
star
24

lightning-java-examples

Examples for Lightning WebDriver client
Java
2
star
25

kubernetes-selenium-desktop

One-command automation scripts allowing to quickly deploy Moon
Batchfile
2
star
26

selenium-load-generator

A standalone binary to easily generate Selenium cluster load from the local machine.
Go
1
star
27

moon-cloud-codeception-example

An example Codeception project demonstrating how to work with Moon Cloud
PHP
1
star
28

moon-cloud-puppeteer-example

An example demonstrating using Moon Cloud with Puppeteer
JavaScript
1
star
29

python-demo-test

Selenium Python demo test
Python
1
star
30

boot

Solution to launch lightweight test and development virtual machines in Kubernetes
HTML
1
star
31

moon-cloud-protractor-example

An example Protractor project demonstrating how to work with Moon Cloud
JavaScript
1
star
32

moon-cloud-cypress-example

An example Cypress project demonstrating how to work with Moon Cloud
JavaScript
1
star