Protractor v2.5.0 Release Notes

  • ๐Ÿš‘ This release contains a hotfix for windows path issues and early support for Angular2 apps

    ๐Ÿ”‹ Features

    • (c5d37c2) feat(lib): add useAllAngularAppRoots option

    This allows waiting for all angular applications on the page, for angular2 apps only.

    • (f246880) feat(lib): add support for waiting for angular2

    Use Angular2's testability API, if present, when waiting for stability or loading a page.

    Closes #2396

    ๐Ÿ› Bug Fixes

    • (d6aebba) fix(config): Fixes absolute path parsing in windows

    This allows absolute paths absolute paths in to be properly parsed in windows. This should maintain the line-number feature introduced in ff88e without breakage.

    • (04e5bfb) chore(runner): make plugins optional param for createBrowser