Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(ie): local configuration for InternetExplorer #3410

Merged

Commits on Oct 12, 2019

  1. test(ie): local configuration for InternetExplorer

    The project comes with confgiguration for local IE build supporting ES5
    and for SouceLabs remote configuration for IE browsers, but it has no
    relevant entry to allow tests on local setup. This are minimal changes
    to allow local tests with IE on Windows box.
    Example syntax:
    ```bash
    yarn test --browsers IENoExtensions --configuration ie
    ```
    There is no configuration for size of the launched IE instance, so in
    order to have tests depending on the viewport size - like overlays
    positioning on top/left/right/bottom, the IE instance has been
    configured to run in the kiosk mode ('-k').
    peterblazejewicz committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    add7b9d View commit details
    Browse the repository at this point in the history