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

Parameterize browser tests to execute them for Edge browser #671 #672

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2024

  1. Parameterize browser tests to execute them for Edge browser eclipse-p…

    …latform#671
    
    Browser tests were only executed for the default configuration of a
    system's browser using the SWT.NONE flag. Other configurations, such as
    using the Edge browser in Windows, were not tested.
    
    This change parameterizes the browser tests to also execute them for the
    Edge browser on Windows. It also deactivates those tests for the Edge
    browser for which the implementation does (currently) not work. This
    allows to detect regressions when performing future changes to the Edge
    browser.
    
    Fixes
    eclipse-platform#671
    HeikoKlare committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2e422ed View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Test

    HeikoKlare committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d6640f0 View commit details
    Browse the repository at this point in the history