Integrate and execute protractor e2e automated tests in VSTS/TFS Continuous integration -


is possible integrate , execute protractor e2e automated tests in vsts/tfs continuous integration? if possible please explain process/steps?

i not familiar with visual studio & team foundation server below steps should suffice guide

  1. create build process in tfs grunt task runner or configure batch file utility sake of simplicity configuring batch file build definition
  2. configure git repository
  3. add trigger - may build or external trigger
  4. configure below bat file(or create grunt task more professional handling) build definition
echo protractor execution %agent_name%. protractor protractor.conf.js echo on , out. 

more details @ tfs build configuration


Comments