Skip to content

Releases: aurelia/protractor-plugin

1.0.6

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 28 Oct 00:04
  • fix(index): [aurelia-app] selector var incorrectly referenced (#15)
  • fix(plugin): cannot read property 'aurelia' of null (#12)

1.0.5

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 27 Jul 03:50
  • add i18n locators

1.0.4

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 25 Jul 05:57
  • fix(index): loadAndWaitForAureliaPage wasn't looking for aurelia object
  • fix(protractor): re-setup after every test in case restartBrowserBetweenTests is enabled
  • chore(package): update @types/selenium-webdriver (#9)

1.0.3

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 27 Apr 04:14

aurelia-protractor-plugin 1.0.3

  • fix(index): synchronicity and asynchronicity problems - Note that waitForRouterComplete() should now preferably be called before you navigate, to ensure you do not experience a race condition described in #2. You may then await that Promise after navigation is dispatched/started.

1.0.2

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 19 Apr 03:41

fix(index): Replace executeAyncScript with executeScript (#4)
Fixes the issue described in: aurelia/skeleton-navigation#714 (comment)

Previously when the app was larger it would wait to emit the events before
protractor was loaded, however due to the speed increase introduced by
the experimental webpack configuration, aurelia was initialising and emitting
the event before protractor had a chance to listen to it, hence it would hang
indefinitely. Telling the browser to execute the script synchronously will
delay aurelia long enough for protractor to register its listeners before
aurelia emits the event itself.

1.0.1

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 14 Nov 06:14
  • Fix re-export

1.0.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 08 Nov 16:54
  • Initial release.