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
- create build process in tfs grunt task runner or configure batch file utility sake of simplicity configuring batch file build definition
- configure git repository
- add trigger - may build or external trigger
- 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
Post a Comment