I am new to protractor (for angularjs ui app) and I want to run my protractor tests with maven in Jenkins for CI. I searched for maven plug-ins which does this magic but couldn't find one. Please can anyone one help me with this.
Thanks, Amol
I am new to protractor (for angularjs ui app) and I want to run my protractor tests with maven in Jenkins for CI. I searched for maven plug-ins which does this magic but couldn't find one. Please can anyone one help me with this.
Thanks, Amol
You could run Protractor via Maven. I have not done it but it appears that it does exist. My personal opinion is to not add another layer of complexity and just use node in your Jenkins CI.
A quick search to maven and protractor, I came across this stackoverflow for maven + protractor with the corresponding maven plugin project on github.