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: replace Karma with Webdriver.IO #17126

Merged
merged 22 commits into from Aug 30, 2023

Commits on Aug 14, 2023

  1. test: replace Karma with Webdriver.IO

    The current test framework for browser testing (Karma) is not maintained anymore and WebdriverIO provides a more modern stack that allows to test in different browser.
    
    This patch replaces these test frameworks.
    
    fixes: eslint#17009
    christian-bromann committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a883d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90688ab View commit details
    Browse the repository at this point in the history
  3. PR feedback

    christian-bromann committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    30b6db1 View commit details
    Browse the repository at this point in the history
  4. adjust tests

    christian-bromann committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1ae3602 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7f6029 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8626b70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e25e413 View commit details
    Browse the repository at this point in the history
  8. make it work

    christian-bromann committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3d75485 View commit details
    Browse the repository at this point in the history
  9. remove return value

    christian-bromann committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    be9851b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d89595d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc7a8d8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    93f472c View commit details
    Browse the repository at this point in the history
  13. bump timeout again

    christian-bromann committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    297092b View commit details
    Browse the repository at this point in the history
  14. update wdio deps

    christian-bromann committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0b49c4f View commit details
    Browse the repository at this point in the history
  15. update wdio deps

    christian-bromann committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b307557 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d128e93 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c3537d8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dc1c56f View commit details
    Browse the repository at this point in the history
  19. update deps

    christian-bromann committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4071277 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    17450a0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    72e6a7f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    a00fa6e View commit details
    Browse the repository at this point in the history