Avatar

Diziana

  • Total activity 285
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 26
  • Subscriptions 146

Articles

Recent activity by Diziana Sort by recent activity Recent activity Votes
  • Extending our capabilities by using a Selenium Grid

    Since we already have a working Maven implementation, let's enhance it so that it can connect to a Selenium Grid. These enhancements will enable you to connect to any Selenium Grid, but we are g...

  • We haven't got quite that far yet.

    We now have a basic setup that we can use to run our tests on a CI; however, we still have some pretty big gaps. The basic CI setup that you have so far is running on one operating system and ca...

  • So what's next after continuous delivery—how about continuous deployment?

    This is where we get to the point in our pipeline where we are con dent that, as soon as every continuous delivery phase has been marked as passed, the code will automatically be deployed to liv...

  • So far we have looked at how we can set up a very simple continuous integration

    service; however this is only the tip of the iceberg. We have used continuous integration to give us a fast feedback loop so that we are noti ed of, and can react to, problems quickly. What if w...

  • Jenkins

    Jenkins (http://jenkins-ci.org) is a rm favorite in the continuous integration (CI) world and is the basis for some cloud services (for example: CloudBees—https:// www.cloudbees.com). It is very...

  • Now, follow these steps:

    1. Let's start off by clicking on the Create New Project button. Creating a new project We then need to provide a name for our project and we can add a description to let people know w...

  • TeamCity

    TeamCity (https://www.jetbrains.com/teamcity/) is an enterprise-level continuous integration server. It supports a lot of technologies out-of-the-box and is very reliable and capable. One of my ...

  • Let's have a look at how easily we can get our tests running on a continuous integration server.

    This is not going to be a fully featured continuous integration setup, just enough for you to run the tests we have built so far. It should be enough to familiarize you with the technologies, th...

  • Continuous integration is the key

    Continuous integration is a way to try and mitigate the issues that we come across by only building and testing code on our development machines. Our continuous integration server will monitor o...

  • SVN

    SVN (subversion) hooks are a little more complicated than Git hooks; they will depend upon how your system is con gured to a degree. The hooks are stored in your SVN repository in a sub folder c...