Skip to content

Releases: aurelia/protractor-plugin

1.0.6

28 Oct 00:04
Compare
Choose a tag to compare
  • fix(index): [aurelia-app] selector var incorrectly referenced (#15)
  • fix(plugin): cannot read property 'aurelia' of null (#12)

1.0.5

27 Jul 03:50
Compare
Choose a tag to compare
  • add i18n locators

1.0.4

25 Jul 05:57
Compare
Choose a tag to compare
  • 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

27 Apr 04:14
Compare
Choose a tag to compare

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

19 Apr 03:41
Compare
Choose a tag to compare

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

14 Nov 06:14
Compare
Choose a tag to compare
  • Fix re-export

1.0.0

08 Nov 16:54
Compare
Choose a tag to compare
  • Initial release.