Is there a Docker image available for Jenkins running on Redhad linux with Firefox and Serenity?How to run Serenity BDD Test cases in IE and chromeserenity maven project running without executing test and showing blank reportSerenity/JS - Any Code changes made unable to runJenkins: Run Serenity acceptance tests without failureHow to fail a serenity bdd job on Jenkins?Serenity support for firefox gecko driver and chrome driverFirefox running serenity test netbeansNot able to run Serenity tests in parallel batchesReferring to John's Serenity BDD book, can a @Test annotation encompass a complete scenario, as part of running SerenityRunner.class?Can't run test in Serenity
Getting extremely large arrows with tikzcd
Did 'Cinema Songs' exist during Hiranyakshipu's time?
Am I breaking OOP practice with this architecture?
What do you call someone who asks many questions?
Was the old ablative pronoun "med" or "mēd"?
Ambiguity in the definition of entropy
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
How dangerous is XSS
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
What is the fastest integer factorization to break RSA?
Finitely generated matrix groups whose eigenvalues are all algebraic
Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)
Can someone clarify Hamming's notion of important problems in relation to modern academia?
How to prevent "they're falling in love" trope
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
How can a day be of 24 hours?
Are British MPs missing the point, with these 'Indicative Votes'?
Should I tell management that I intend to leave due to bad software development practices?
how do we prove that a sum of two periods is still a period?
Where would I need my direct neural interface to be implanted?
Forgetting the musical notes while performing in concert
How to coordinate airplane tickets?
How badly should I try to prevent a user from XSSing themselves?
How to install cross-compiler on Ubuntu 18.04?
Is there a Docker image available for Jenkins running on Redhad linux with Firefox and Serenity?
How to run Serenity BDD Test cases in IE and chromeserenity maven project running without executing test and showing blank reportSerenity/JS - Any Code changes made unable to runJenkins: Run Serenity acceptance tests without failureHow to fail a serenity bdd job on Jenkins?Serenity support for firefox gecko driver and chrome driverFirefox running serenity test netbeansNot able to run Serenity tests in parallel batchesReferring to John's Serenity BDD book, can a @Test annotation encompass a complete scenario, as part of running SerenityRunner.class?Can't run test in Serenity
I am using mac mojave, JDK 1.8, Serenity latest to develop my test cases. They all run perfectly either with Chrome(100% of time) or Firefox(99% of time).
Our Jenkins is running on Redhat linux with no GUI. We installed Firefox browser since Chrome is not supported. When I merged code and ask my admin to run the git branch on Jenkins, I always get errors. Today after every test running 100% pass on my local mac system, on Jenkins I am getting this error (ran 2 times).
net.thucydides.core.webdriver.UnsupportedDriverException: Could not instantiate class org.openqa.selenium.firefox.FirefoxDriver
at net.thucydides.core.webdriver.WebDriverFacade.newDriverInstance(WebDriverFacade.java:154)
Caused by: net.thucydides.core.webdriver.UnsupportedDriverException: Could not instantiate new WebDriver instance of type class org.openqa.selenium.firefox.FirefoxDriver (Timed out waiting 45 seconds for Firefox to start.
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
Caused by: org.openqa.selenium.WebDriverException: Timed out waiting 45 seconds for Firefox to start.
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'xxx', ip: 'xxx', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-957.5.1.el7.x86_64', java.version: '1.8.0_202'
Driver info: driver.version: FirefoxDriver
My manager suggested me to look in to Docker container. He and I are both new to Docker. I may be sounding like stupid for asking this, but will there be a Docker image available for Redhat linux running Jenkins with Firefox browser and Serenity ?
If any thing, or everything sounds laughable, please enlighten me. I need to show some progress.
Greatly appreciate the help,
@PrasadNutalapati
serenity-bdd serenity-js
add a comment |
I am using mac mojave, JDK 1.8, Serenity latest to develop my test cases. They all run perfectly either with Chrome(100% of time) or Firefox(99% of time).
Our Jenkins is running on Redhat linux with no GUI. We installed Firefox browser since Chrome is not supported. When I merged code and ask my admin to run the git branch on Jenkins, I always get errors. Today after every test running 100% pass on my local mac system, on Jenkins I am getting this error (ran 2 times).
net.thucydides.core.webdriver.UnsupportedDriverException: Could not instantiate class org.openqa.selenium.firefox.FirefoxDriver
at net.thucydides.core.webdriver.WebDriverFacade.newDriverInstance(WebDriverFacade.java:154)
Caused by: net.thucydides.core.webdriver.UnsupportedDriverException: Could not instantiate new WebDriver instance of type class org.openqa.selenium.firefox.FirefoxDriver (Timed out waiting 45 seconds for Firefox to start.
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
Caused by: org.openqa.selenium.WebDriverException: Timed out waiting 45 seconds for Firefox to start.
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'xxx', ip: 'xxx', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-957.5.1.el7.x86_64', java.version: '1.8.0_202'
Driver info: driver.version: FirefoxDriver
My manager suggested me to look in to Docker container. He and I are both new to Docker. I may be sounding like stupid for asking this, but will there be a Docker image available for Redhat linux running Jenkins with Firefox browser and Serenity ?
If any thing, or everything sounds laughable, please enlighten me. I need to show some progress.
Greatly appreciate the help,
@PrasadNutalapati
serenity-bdd serenity-js
add a comment |
I am using mac mojave, JDK 1.8, Serenity latest to develop my test cases. They all run perfectly either with Chrome(100% of time) or Firefox(99% of time).
Our Jenkins is running on Redhat linux with no GUI. We installed Firefox browser since Chrome is not supported. When I merged code and ask my admin to run the git branch on Jenkins, I always get errors. Today after every test running 100% pass on my local mac system, on Jenkins I am getting this error (ran 2 times).
net.thucydides.core.webdriver.UnsupportedDriverException: Could not instantiate class org.openqa.selenium.firefox.FirefoxDriver
at net.thucydides.core.webdriver.WebDriverFacade.newDriverInstance(WebDriverFacade.java:154)
Caused by: net.thucydides.core.webdriver.UnsupportedDriverException: Could not instantiate new WebDriver instance of type class org.openqa.selenium.firefox.FirefoxDriver (Timed out waiting 45 seconds for Firefox to start.
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
Caused by: org.openqa.selenium.WebDriverException: Timed out waiting 45 seconds for Firefox to start.
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'xxx', ip: 'xxx', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-957.5.1.el7.x86_64', java.version: '1.8.0_202'
Driver info: driver.version: FirefoxDriver
My manager suggested me to look in to Docker container. He and I are both new to Docker. I may be sounding like stupid for asking this, but will there be a Docker image available for Redhat linux running Jenkins with Firefox browser and Serenity ?
If any thing, or everything sounds laughable, please enlighten me. I need to show some progress.
Greatly appreciate the help,
@PrasadNutalapati
serenity-bdd serenity-js
I am using mac mojave, JDK 1.8, Serenity latest to develop my test cases. They all run perfectly either with Chrome(100% of time) or Firefox(99% of time).
Our Jenkins is running on Redhat linux with no GUI. We installed Firefox browser since Chrome is not supported. When I merged code and ask my admin to run the git branch on Jenkins, I always get errors. Today after every test running 100% pass on my local mac system, on Jenkins I am getting this error (ran 2 times).
net.thucydides.core.webdriver.UnsupportedDriverException: Could not instantiate class org.openqa.selenium.firefox.FirefoxDriver
at net.thucydides.core.webdriver.WebDriverFacade.newDriverInstance(WebDriverFacade.java:154)
Caused by: net.thucydides.core.webdriver.UnsupportedDriverException: Could not instantiate new WebDriver instance of type class org.openqa.selenium.firefox.FirefoxDriver (Timed out waiting 45 seconds for Firefox to start.
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
Caused by: org.openqa.selenium.WebDriverException: Timed out waiting 45 seconds for Firefox to start.
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'xxx', ip: 'xxx', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-957.5.1.el7.x86_64', java.version: '1.8.0_202'
Driver info: driver.version: FirefoxDriver
My manager suggested me to look in to Docker container. He and I are both new to Docker. I may be sounding like stupid for asking this, but will there be a Docker image available for Redhat linux running Jenkins with Firefox browser and Serenity ?
If any thing, or everything sounds laughable, please enlighten me. I need to show some progress.
Greatly appreciate the help,
@PrasadNutalapati
serenity-bdd serenity-js
serenity-bdd serenity-js
asked Mar 21 at 20:35
PraNutaPraNuta
116111
116111
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55288849%2fis-there-a-docker-image-available-for-jenkins-running-on-redhad-linux-with-firef%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55288849%2fis-there-a-docker-image-available-for-jenkins-running-on-redhad-linux-with-firef%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown