Skip to content

Releases: san650/ember-cli-page-object

v1.15.0-beta.3

28 May 20:47
Compare
Choose a tag to compare
v1.15.0-beta.3 Pre-release
Pre-release
  • #387 Fix link to Page Objects article by Selenium (@ro0gr)
  • #398 Upgrade ember-cli-babel version to use new modules syntax (@esbanarango)
  • #402 Use triggerKeyEvent test helper for keyboard events
  • #400 Move to addon-test-support

v1.15.0-beta.2

05 Mar 22:21
Compare
Choose a tag to compare
v1.15.0-beta.2 Pre-release
Pre-release

Community Contributions

v1.15.0-beta.1

23 Feb 21:00
Compare
Choose a tag to compare
v1.15.0-beta.1 Pre-release
Pre-release

This release includes support for RFC232 and RFC268 style tests. This mode is automatically enabled when you use new @ember/test-helpers's setupApplicationTest/setupRenderingTest.

Community Contributions

v1.14.1

21 Feb 21:04
Compare
Choose a tag to compare

Community Contributions

  • #378 [Collection] Preserve behavior from legacy collection for non existing item (@ro0gr)

v1.14.0

05 Feb 23:37
Compare
Choose a tag to compare

Community Contributions

  • #364 Add workaround for running chrome headless on travis (@san650)
  • #363 Update documentation command (@magistrula)
  • #369 deprecate usage of comma separated selectors (@ro0gr)
  • #368 Deprecate imports from test-support (@ro0gr)
  • #367 deprecate page.render() (@ro0gr)
  • #347 feat(collection): Exposes a new Collection API (@pzuraq)
  • #366 Remove ember-test-helpers from dependencies (@magistrula)
  • #371 Make test-support deprecation message more conventional (@ro0gr)
  • #372 include ember-test-helper specific configurations to travis (@ro0gr)
  • #374 Change collection signature (@san650)
  • #375 Enable array like accessors when Proxy is available (@san650)

v1.13.0

08 Jan 00:36
Compare
Choose a tag to compare

Native events mode allows tests not to depend on Ember global test helpers like click, fillIn, etc. This is crucial for testing of jquery-free apps.

You can enable native events mode by putting the following lines inside your test-helper.js:

import { useNativeEvents } from 'ember-cli-page-object/extend';

useNativeEvents();

Community Contributions

Native DOM events support

15 Nov 00:16
Compare
Choose a tag to compare

This is an ALPHA release to test the new native events support.

Native events mode allow not to depend on Ember global test helpers like click, fillIn, etc. This is crucial for testing of jquery-free apps.

You can enable native events mode by putting the following lines inside your test-helper.js:

import { useNativeEvents } from 'ember-cli-page-object/extend';

useNativeEvents();

Community Contributions

v1.12.1

14 Nov 12:17
Compare
Choose a tag to compare

v1.12.0

01 Oct 21:44
Compare
Choose a tag to compare

v1.11.0

05 Jul 14:36
Compare
Choose a tag to compare