Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

integration test in Jenkins

Pragya Keshap answered on February 6, 2023 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • how to check if jenkins is running
  • how to configure smoke test in jenkins
  • jenkins integration
  • how to maintain jenkins
  • what test you have on jenkins
  • what is the command for regression test in jenkins
  • regression testing command jenkins
  • Tracking Execution Time of test cases in jenkins

  • integration test in Jenkins

    0

    Why don't use Docker for providing building, deploying and testing environments?

    It will provide the kind of isolation that you require for building and testing your web app inside your Jenkins server.

    You can define different environments to match your project's dependencies using Dockerfiles and building your own container images. Think of containers as very light weight virtual machines. In your case, for building and testing your web app I imagine you would need at least a machine with JDK and Selenium Webdriver installed.

    There are a bunch of images available at the official Docker container registry, Dockerhub which you could use instead of building your own.

    For a nice white paper on getting started using continuous integration with Docker and Jenkins go here

    https://stackoverflow.com/questions/38012628/integration-tests-in-jenkins

    Popularity 3/10 Helpfulness 1/10 Language java
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 06 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.