Jenkins setup and basic security settings

You have to download a platform-specific installer from Jenkins site: https://jenkins-ci.org/ The installation should be easy, if you have any issues with it you can find additional information on the site https://wiki.jenkins-ci.org/display/JENKINS/Containers After the installation in windows you should restart your machine, Jenkins will start up with windows. To check if it running you have […]

Read more
Setting up and running a simple AngularJS test

For running our tests we will use Protractor. Protractor is an end-to-end test framework for AngularJS applications. We will use an existing Selenium grid to run our tests. You will need NodeJS to install Protractor. You can download it from here: http://nodejs.org/. To install Protractor in command prompt go to your project directory and type: […]

Read more