Questions tagged [zalenium]

Allows anyone to have a disposable, flexible, container based Selenium Grid infrastructure featuring video recording, live preview, basic auth & online/offline dashboards

This is a Selenium Grid extension to scale your local grid dynamically with docker containers. It uses docker-selenium to run your tests in Firefox and Chrome locally, if you need a different browser, your tests can get redirected to a cloud testing provider (Sauce Labs, BrowserStack, TestingBot). Zalenium also works out of the box in Kubernetes.

Zalenium's maintainers add new features regularly. We invite you to test it, report bugs, suggest any ideas you may have, and contribute. See our contributing guidelines for more details.

91 questions
0
votes
1 answer

org.openqa.selenium.WebDriverException: Session [xyz] was terminated due to ORPHAN error using Zalenium

When i run tests on my zalenium box i am getting this error: org.openqa.selenium.WebDriverException: Session [f70ab10a7e72f822cd26b73754bd2a2d] was terminated due to ORPHAN What should i do to fix the problem? Is it a network issue? It happens…
0
votes
0 answers

facing connection refused error while trying to run test cases from one container which is hitting the zalenium container

When running my selenium testcases on Zalenium grid locally and it runs fine. I have created image of my project using the docker file below. i have written the docker compose file to start the zalenium grid . But when trying to run image of my…
0
votes
1 answer

Memory usage is very high

We have Zalenium installed on an Azure Linux VM that has: 16 vcpu and 64Gb memory We have configured Zalenium with: - Max 10 containers - Max tests per container = 10 - Video recording = Only Failed Tests When we execute 10 tests in parallel, we are…
0
votes
0 answers

Unable to pull elgalu/selenium and dosel/zalenium images into my Kubernestes cluster

I have set up a Kubernetes cluster.(not via Minikube) using our company cloud. Now I want to implement Zalenium by pulling the elgalu/selenium and dosel/zalenium images into my Kubernestes cluster. Can you please let me know the exact command in…
Sayom
  • 147
  • 1
  • 2
  • 7
0
votes
1 answer

Where are the Zalenium log files stored

We have max-tests set to 1 so that each test case should be getting a brand new container. However, we are seeing that used containers are not being destroyed consistently. Therefore I am asking where can I see any errors from Zalenium itself? I see…
CNeal
  • 1
0
votes
0 answers

Selenium tests are failing in CircleCI after reaching 10 passed tests

Selenium tests started to fail after test suite increased. Usually, tests are failing after reaching 10 passed tests, after that, all the rest tests are failed with no info that retry was triggered. All these tests are passing successfully locally,…
Serg Buch
  • 80
  • 1
  • 2
  • 12
0
votes
1 answer

how to disable Zalenium video recording for nightwatch Js

I am using Zalenium server for nightwatch scripts. I want to disable live video recording.Is there any parameter we can specify in nightwatch.json file? Found following code for java .Not sure how to use it in nightwatch.js DesiredCapabilities…
Sree Nike
  • 3
  • 2
0
votes
2 answers

Zalenium Grid: How to set timeouts, maxInstances and maxSessions?

After running continuously for hours I am getting the following error X request waiting for slots to be free 22:39:19 [main] ERROR net.thucydides.core.steps.ConsoleLoggingListener - Could not instantiate new WebDriver instance of type class…
paul
  • 4,333
  • 16
  • 71
  • 144
0
votes
1 answer

Running dockerized Behat BDD Tests using Zalenium ( scalable selenium grid )

I am trying to Run Behat BDD Tests using docksal/behat docker-compose ( ref: https://github.com/docksal/behat Looking at the Zalenium documentation Pull docker-selenium docker pull elgalu/selenium # Pull Zalenium docker pull dosel/zalenium #…
kamal
  • 9,637
  • 30
  • 101
  • 168
0
votes
1 answer

Zalenium hub IP on remote AWS

I am new on Zalenium and Docker. I am learning using a tutorial here https://www.youtube.com/watch?v=9TN5IkyJ030. I am running steps provided in this tutorial on one remote AWS Linux machine. Which I am able to access via putting. After completing…
paul
  • 4,333
  • 16
  • 71
  • 144
0
votes
1 answer

How can I run tests in Zalenium from Windows?

I want to run my tests on Zalenium. I am using Win10 pro 64bit. I start zalenium with: docker run --rm -ti --name zalenium -p 4444:4444 -v /var/run/docker.sock:/var/run/docker.sock -v /d/zalenium/videos:/home/seluser/videos --privileged…
user3379369
0
votes
1 answer

Can we create a replica set for Zalenium Hub

I am trying to replicate zalenium hub using kubernetes but I am facing issues. Single zalenium hub is working fine. If I added replica count more than 1 then it's showing 403 Forbidden, 502 Badgateway, No VNC..etc in zalanium live preview…
0
votes
1 answer

Using testingbot, video can not be acquired at zalenkum dashboard

1. Summarize the problem Using testingbot, when testing is completed, video can not be acquired at dashboard. In the following path of zalenium container, video did not exist. /home/seluser/videos On the other hand, I use the local…
0
votes
1 answer

How to install python dependency inside zalenium containers?

I am using docker-compose file to set up the zalenium environment. Due to an unusual file uploading behavior, I wanted to use robotjs. Application Behaviour: when click on the navigation button, the file uploading window opening automatically. It…
jithinkmatthew
  • 890
  • 8
  • 17
0
votes
1 answer

Browser not loading page using zalenium on an aws box and getting too many redirects when running from laptop

My team just set up a new jenkins server on an aws box we have. I'm setting up automation using zalenium. Everything was going well until this week when i started to receive a couple errors. Zalenium is set up on the same box jenkins is on. When…