protractor integration with jenkins -
i need in integrating protractor code jenkins. new jenkins not sure if jenkins or cruise control right have builds in cruise control okay migrate jenkins if better. can please me tutorials link protractor task jenkins or cruise control? using gulp wrapper on javascript code execution. running command gulp test --site folder name
should specify command in execute shell script option of jenkins?
yes, running protractor tests ci tool not complicated
step 1:just configure cruise control/jenkins job "execute shell" build step step 2: depending on choice of running tests .. create bat file
echo protractor execution protractor protractor.conf.js // in case running protractor npm run --e2etests // in case running npm run config in package.json gulp test --site folder name // in case echo on , out.
step 3: point job build step trigger batch file
Comments
Post a Comment