Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAILED net.thucydides.core.webdriver.DriverConfigurationError at WebDriverFacade.java:144 Caused by: net.thucydides.core.webdriver.DriverConfigurationError at WebDriverFactory.java:148 #2936

Open
niasaenz opened this issue Sep 29, 2022 · 0 comments

Comments

@niasaenz
Copy link

Hello,
I am trying to run a pipeline in gitlab with gradle and selenium, but this it's throw the following error.

Who can help me?

This is my file for pipeline:

image: gradle:jdk8-jammy

stages:

  • test

variables:
shm_size: 11000000

test:
stage: test
services:
- name: selenium/standalone-chrome:4.0.0-rc-1-prerelease-20210823
alias: selenium
script: gradle clean test
artifacts:
when: on_failure
paths:
- target/site/serenity/
- build/resources/main/files/logs/RobotOptimus.log

@niasaenz niasaenz changed the title AILED net.thucydides.core.webdriver.DriverConfigurationError at WebDriverFacade.java:144 Caused by: net.thucydides.core.webdriver.DriverConfigurationError at WebDriverFactory.java:148 FAILED net.thucydides.core.webdriver.DriverConfigurationError at WebDriverFacade.java:144 Caused by: net.thucydides.core.webdriver.DriverConfigurationError at WebDriverFactory.java:148 Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant