Overdrivr / micro-ci

Continuous Integration for embedded platforms
0 stars 0 forks source link

Create inegration test for jenkins #20

Closed DanFaudemer closed 8 years ago

DanFaudemer commented 8 years ago

Create integration test to check the deployment of Jenkins. This test is independent from jenkins node library as they will use supertest to validate it.

DanFaudemer commented 8 years ago

Note useful we can base test on this library: https://github.com/silas/node-jenkins/blob/master/test/jenkins.js

Overdrivr commented 8 years ago

In the end, did you implement tests to check Jenkins is working ok through its rest api ?

DanFaudemer commented 8 years ago

We will need to run an e2e test for that point with a jenkins master running.