Questions tagged [selenoid]

Selenium Hub successor running browsers in Docker containers

Selenium Hub successor running browsers in Docker containers https://aerokube.com/selenoid/latest/

134 questions
1
vote
2 answers

Docker image specific argument in ECS task definition

I have the below docker run command to launch a container: docker run -d --name selenoid-ui \ --link selenoid \ -p 8080:8080 \ aerokube/selenoid-ui --selenoid-uri=http://selenoid:4444 Manage…
Roshan Chhetri
  • 149
  • 2
  • 9
1
vote
1 answer

Docker ps command output is empty when adding a command to the image.run() section

Environment: docker-plugin version: 1.1.2; jenkins version: 2.0.50727; docker client/server version: 17.12.0-ce; Win 10 Pro x64; Scenario 1: I try to run the Selenoid image via Jenkinsfile with the following command: stage('Start services') { …
1
vote
1 answer

Selenoid query priority

There is a question: Is there a possibility to set tests to perform priority in selenoid. Problem: There is a suite> 20 tests, correspondingly at startup it fills the queue. After that, another test is run. He gets to the end of the line. Is there…
Kappa Sama
  • 127
  • 1
  • 8
1
vote
1 answer

Selenoid: What does the count attribute do in a quota file?

I started Selenoid with docker: aerokube/cm:latest selenoid start --args "-limit 20" I then created a quota file with: user.xml:
Ryan
  • 1,135
  • 1
  • 13
  • 28
1
vote
1 answer

Selenoid Error response from daemon: client is newer than server

Getting an error when trying to start Selenoid with cm command: $ ./cm selenoid start —vnc 2017/10/26 13:19:57 Using Docker... 2017/10/26 13:19:57 registry.ping url=https://registry.hub.docker.com/v2/ 2017/10/26 13:19:59 Failed to list images: Error…
0
votes
0 answers

When I run tests remotely (selenoid), I get a network error when moving from one site to another

English is not my native language, but I will try to be detailed preconditions: browser e2e tests java , selenium / selenide , testng , selenoid I have a line in my code: driver = new Augmenter().augment(driver); if I'm not mistaken, it's needed…
0
votes
0 answers

How to start Selenoid and run tests inside it within GitLab CI/CD

I'm trying to run tests on gitlab-ci and I have to start Selenoid using GitLab CI/CD. I oriented to this How to start a selenoid on gitlab-ci? and received this pipeline test: image: gradle:alpine services: - name: aerokube/selenoid -…
robert0801
  • 140
  • 1
  • 12
0
votes
2 answers

Jenkins pipeline for parallel cross browser testing

I need to find solution/s for next case. There is selenoid in docker which runs browsers in containers, the tests should be run in parallel for some browsers. I made pipeline in Jenkins for that goal. And all tests run in parallel for browsers but…
Andrey
  • 53
  • 1
  • 2
  • 11
0
votes
1 answer

Error during start selenide tests in selenoid (Illegal key values seen in w3c capabilities: [enableVNC])

I get the next error when I try to run my selenide tests againt selenoid. Could you please help to understand what goes wrong? Caused by: java.lang.IllegalArgumentException: Illegal key values seen in w3c capabilities: [enableVNC] Here is my docker…
0
votes
0 answers

Selenoid Chrome 113th version is redirecting local URLs to HTTPS, how can I open them in HTTP protocol?

Can't work in 113th version of Chrome in Selenoid image with HTTP-protocol Hi all! I have UI Automation Java project, which work on local Docker Containers with Selenoid and Chrome browser, and have a problem with Selenoid Chrome image version…
0
votes
1 answer

cant use microphone with python selenium chrome driver remoetly ( local run on my pc is ok)

Im Automation developer, Im trying using python, chrome driver,selenium >> to allow microphone in browser. when i run my selenium tests locally, it works ok but when i run it remotely the microphone is still disabled when i run locally, i use chrome…
0
votes
0 answers

Safari with Selenoid not working with GitLab

I am using Selenoid with GitLab and it's working like a charm for Chrome, Edge and Firefox browsers. However when it comes to Safari, the scripts are not able to connect to the Safari browser, getting errors like session not found and other similar…
SRM21
  • 453
  • 5
  • 14
0
votes
0 answers

Geb with Selenoid - new session for each test in a class/spec

Currently trying to run Geb tests on Selenoid docker instance. I want Selenoid to generate video reports for each test in a class/spec, but it seems like Geb runs all the tests in one driver session therefore Selenoid generates a single video for…
0
votes
0 answers

Add sequencing in Selenoid

enter image description here I'm currently running automation script on Selenoid. My testcase currently is failing. I have attached the screenshot where the expected output is different from the current output. I need to add sequencing in the…
0
votes
0 answers

Unable to run selenoid tests with gitlab using dind

I am relatively new to gitlab and selenoid. I have been trying to run my tests on selenoid with gitlab and below is what my gitlab-ci.yml file looks like: image: maven:3.8-openjdk-11 variables: MAVEN_OPTS:…
SRM21
  • 453
  • 5
  • 14
1 2 3
8 9