Skip to content

Callisto is an open-source Kubernetes-native implementation of Selenium Grid.

License

Notifications You must be signed in to change notification settings

wrike/callisto-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Callisto

Callisto is an open-source Kubernetes-native implementation of Selenium Grid.

See this repository for the source code.

How to run in Docker for Mac

  1. Install kubectl & helm
  2. Enable Kubernetes in Docker for Mac
  3. Install Ingress Controller
  4. Install callisto:

helm template . | kubectl apply -f -

  1. Add corresponding line to the bottom of /etc/hosts:

localhost callisto.local

How to run in minikube

  1. Install kubectl & helm
  2. Install minikube
  3. Enable Ingress Controller
  4. Install callisto:

helm template . | kubectl apply -f -

  1. Get external minikube ip:

minikube ip

  1. Add corresponding line to the bottom of /etc/hosts:

<minikube.external.ip> callisto.local

How to access callisto features

  1. To open Selenoid UI use:

http://callisto.local

  1. To run your tests use the same url:

http://callisto.local

How to run as helm release

  1. To install the chart with the release name callisto:

kubectl create ns callisto && helm install callisto .

  1. To uninstall the release and clean up all related stuff:

helm delete --no-hooks callisto && kubectl delete ns callisto

Releases

No releases published

Packages

No packages published

Languages