-
-
Notifications
You must be signed in to change notification settings - Fork 133
Page Object generator
Vildan Softic edited this page Mar 29, 2015
·
2 revisions
##Description As part of our E2E testing strategy with Protractor it would be nice to have an automatic Page Object generator from within the CLI. The idea is that based on given criteria the CLI would parse defined Views and try to generate as much boilerplate as possible.
##Example A first idea of this feature can be seen here: https://github.com/zewa666/aurelia-po-generator
##Commands
-
aurelia po
: this by convention would assume a predefined structure (like all views in src folder) aurelia po --include=[karma-like-patterns, next-pattern, "singleFullFileName"]
aurelia po --include=["dist/*.html"] --exclude=[file-exlusion-pattern, 'welcome.html']
##Settings This feature would need the following settings (AureliaFile.js)
-
poOutputPath
path where generated PageObjects should be exported to