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

Is there any exposed APIs by Zalenium to view the live execution

Does Zalenium has any exposed APIs which could be used to view the live execution of the tests.
chinnu Nish
  • 119
  • 1
  • 13
0
votes
1 answer

Zalenium - Unable to launch application under test

My AUT runs in a docker container and the URL for it is "http://localhost:8080/" . Now when I trigger the tests using Zalenium it launches the browser but when it tries to navigate to the AUT's URL it can't find it. Is it because my AUT runs in a…
Anoop
  • 51
  • 5
0
votes
1 answer

Zalenium idleTimeout property use?

Does Zalenium idleTimeout property means that the container would be alive for the configured timeout period. If I set capabilities.setCapability("idleTimeout",120); Does this mean, that Zalenium would identify the container as 'Zalenium Test…
chinnu Nish
  • 119
  • 1
  • 13
0
votes
1 answer

Can I set driver's version when use zalenium

I tried to use Zalenium to run my automation cases. The default driver version is latest like chromedriver is v84 but I wanna to use version 76. Is there any way to change it? My automation is running with TestNG + selenium.
Lizzy Liu
  • 3
  • 1
0
votes
1 answer

Enabling SSL/HTTPS for Zalenium

I hosted Zalenium in Azure Kubernates, and I need to enable SSL. I see that in the helm charts, there is ingress.yaml with TLS setting, I tried to enable it but apparently nothing happens, does anyone knows what should done ?
Bahram
  • 1,464
  • 2
  • 22
  • 38
0
votes
1 answer

Different Browser Versions in the same Zalenium instance

We are using Kubernetes zalenium. Is there a way we can configure multiple browser versions in the same Zalenium instance? So that i can run my tests in different versions of browsers
chinnu Nish
  • 119
  • 1
  • 13
0
votes
1 answer

Use custom profile on Zalenium to enable DRM

I am trying to create a custom firefox profile for a remote driver for a Selenium test. Technologies used: Written in Java Zalenium link-to-zalenium File profileDirectory = new File("path-to-firefox-profile"); FirefoxProfile profile = new…
Mr 123
  • 171
  • 4
  • 12
0
votes
2 answers

Download recorded video of UI test case from Zalenium/Selenium

I've setup a Zalenium in Kubernates (in the cloud not local minikube or anything else), It works perfectly and everything is OK. When I run a test case with recordVideo capability on, Zalenium records the test and stores a video inside a container,…
Bahram
  • 1,464
  • 2
  • 22
  • 38
0
votes
0 answers

JUnit test suite hangs while executing in docker containers

I have set up Docker, Zalenium and Jenkins in a Linux Virtual Machine to run my automation test suite which has Parallel and Non-Parallel test cases. My suite have 800 scenarios but i execute the 30 most important only. When Jenkins start the job,…
vkatsou
  • 73
  • 6
0
votes
2 answers

Mount a file from D: Windows OS for file uploading to Zalenium docker image

I'm running my Selenium tests through Zalenium docker image. I have a test that requires a .pdf document uploading to the application. The directory I will be using to store all my .pdfs is: D:\Automation\KITS…
Steve
  • 75
  • 2
  • 13
0
votes
1 answer

Site not reachable zalenium with docker-compose

I have zalenium integrated to a docker-compose file where I have several sites and these are accessed through a router in Nginx, when when I make the request to a specific site, it appears to me that it is not treatable if I enter the Zalenium…
chalo
  • 1,019
  • 2
  • 14
  • 27
0
votes
1 answer

Error: socket hang up with executeAsync when running the test from the same server

When running a selenium test with nighwatch and zalenium that is deployed on a jenkins server, if the tests are executed from a remote system there is no issue but if the test is executed from the same jenkins server it will fail during executeAsync…
Stratos Ion
  • 504
  • 3
  • 18
0
votes
1 answer

How to wait for Zalenium service ready state in docker-compose file?

I'm using zalenium using docker-compose file for executing my test case. But my test cases are failing because of zalenium service not in a ready state. I tried a couple of options like the WAIT_FOR_HOSTS option of docker-compose but the issue is…
0
votes
1 answer

how spcify broser version in zalenium 's docker-compose.yml

Is there some way to name the broser version to use in my test ? for example , i'd like to use chrom 78 in zalenium test. I've check the question. Some body said : it control by elgalu/selenium. but there is no way to specify the selenium version in…
0
votes
0 answers

Unable to connect to Zalenium service

Unable to connect to Zalenium service from my Kubernetes cluster: I am trying to get the external IP of the zalenium service that I have created via my Kubernetes cluster. I am getting the following : $ kubectl get services --namespace zalenium NAME…
Sayom
  • 147
  • 1
  • 2
  • 7