Skip to content

Johnny Five

Choose a tag to compare

@san650 san650 released this 16 Jul 01:43

We're starting to generate best practices for the use of page objects and that leads us to start generating blue prints which facilitate the adoption of those. This release includes the first of these blue prints which standardize the /tests/pages folder as the container of all page objects.

Now you can generate a new page object as follows

$ ember generate page-object users

installing
  create tests/pages/users.js

Project Update

npm install --save-dev ember-cli-page-object@0.6.0

Main changes

List of main changes

  • page-object blueprint
  • visitable queryParam support
  • custom helpers now support custom options and custom params

Community contributions

#27 Generate page-object blueprint
#30 Add NPM package metadata
#31 Update ember-cli to 0.2.7
#33 Inherit parent scope for generated count attribute (@irnc)
#34 Add support for custom options and custom params in customHelpers
#37 Move travis-ci build badge to top
#43 Update ember cli to v1.13.1
#42 Improve collection item selector (@acostami)
#40 Provide queryParam support for visitable action (@donovan-graham)