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













0















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










share|improve this question


























    0















    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










    share|improve this question
























      0












      0








      0








      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










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 21 at 20:35









      PraNutaPraNuta

      116111




      116111






















          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
          );



          );













          draft saved

          draft discarded


















          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















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript