Releases: aurelia/protractor-plugin
Releases · aurelia/protractor-plugin
1.0.6
1.0.5
- add i18n locators
1.0.4
1.0.3
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
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
- Fix re-export
1.0.0
- Initial release.