ciena-frost / ember-cli-frost-blueprints

Custom ember-cli blueprints for working with frost
MIT License
0 stars 3 forks source link

Add our blueprints #1

Closed job13er closed 7 years ago

job13er commented 7 years ago

This project uses semver, please check the scope of this pr:

Testing

This PR enables testing of the blueprints in an automated manner. Each blueprint is run, and then its generated files are linted to ensure they are formatted correctly. The list of all files generated will be displayed, with green check marks next to them if they pass lint:

screen shot 2017-05-25 at 9 45 18 pm

Sometimes, we don't customize all the variations of a blueprint, like not implementing the -test generator. Hopefully, we'll eventually close all those gaps, but in the meantime, you can tell the test to skip the lint check on certain files if you know we didn't generate them, those files get a yellow x next to them:

screen shot 2017-05-25 at 9 45 29 pm

If a file does not pass lint, it will get a red x and the erors will be displayed directly below the filename, also in red: screen shot 2017-05-25 at 9 52 42 pm

CHANGELOG