gonzofish / angular-librarian

An Angular 2+ scaffolding setup for creating libraries
https://www.npmjs.com/package/angular-librarian
MIT License
91 stars 9 forks source link

protractor? #56

Open el-davo opened 7 years ago

el-davo commented 7 years ago

Hi great app, We have adopted it as our main scaffolding app for generating libraries. Today we updated it to support protractor as we use protractor alot. Is this something you would be willing to accept a pull request on? If not then thats fine to :+1:

The idea we went with was to auto start the dev-server with the configs you have already provided. Then it runs tests against the dev server, and once all tests are finshed it kills the dev server.

gonzofish commented 7 years ago

Definitely! I've never done protractor in a serious manner, but I'd be willing to bring it in.

And it's great to hear that you guys have found this library useful!