-2

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

Amol
  • 1
  • 1
  • Is there any specific reason to use Maven with jenkins? Otherwise you may simply wrap execution command inside a bat/shell file and directly run from Jenkins as step. – Vishal Aggarwal Oct 22 '16 at 15:55

1 Answers1

0

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.

Community
  • 1
  • 1
cnishina
  • 5,016
  • 1
  • 23
  • 40