Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alcounit/seleniferous
seleniferous is a sidecar proxy container for selenosis
https://github.com/alcounit/seleniferous
automated-testing go golang hub k8s kubernetes proxy selenium sidecar-container
Last synced: 3 months ago
JSON representation
seleniferous is a sidecar proxy container for selenosis
- Host: GitHub
- URL: https://github.com/alcounit/seleniferous
- Owner: alcounit
- License: apache-2.0
- Created: 2020-10-21T16:53:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T04:30:59.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T20:50:26.107Z (6 months ago)
- Topics: automated-testing, go, golang, hub, k8s, kubernetes, proxy, selenium, sidecar-container
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub release (latest by date)](https://img.shields.io/github/v/release/alcounit/seleniferous)
![Docker Pulls](https://img.shields.io/docker/pulls/alcounit/seleniferous)
![GitHub](https://img.shields.io/github/license/alcounit/seleniferous)
# seleniferous
seleniferous proxies incoming connections to browser container. It is responsible for freeing resources when a session deleted or an idle timeout occurs.## Overview
### Available flags
```
[user@host]$ ./seleniferous --help
seleniferous is a sidecar proxy for selenosisUsage:
seleniferous [flags]Flags:
--listhen-port string port to use for incomming requests (default "4445")
--browser-port string browser port (default "4444")
--proxy-default-path string path used by handler (default "/session")
--idle-timeout duration time in seconds for idle session (default 2m0s)
--namespace string kubernetes namespace (default "selenosis")
--graceful-shutdown-timeout duration time in seconds gracefull shutdown timeout (default 15s)
-h, --help help for seleniferous
```### Available endpoints
| Protocol | Endpoint |
|--------- |---------------------------- |
| HTTP | /wd/hub/session |
| HTTP | /wd/hub/session/{sessionId}/ |
| HTTP | /status |