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: refactor e2e test to a script from yaml #3982

Merged
merged 49 commits into from
Aug 12, 2024
Merged

Commits on Jul 25, 2024

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

Commits on Jul 27, 2024

  1. update e2e test script

    vaind committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a393435 View commit details
    Browse the repository at this point in the history
  2. move more stuff to e2e.js

    vaind committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    5c13f0d View commit details
    Browse the repository at this point in the history
  3. script args

    vaind committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a477d6e View commit details
    Browse the repository at this point in the history
  4. more stuff moved to e2e.js

    vaind committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    fc61db5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. run tests from e2e script

    vaind committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    857e6a8 View commit details
    Browse the repository at this point in the history
  2. remove e2e build from ci

    vaind committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    53e825f View commit details
    Browse the repository at this point in the history
  3. fix ruby/setup-ruby

    vaind committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dd8abf5 View commit details
    Browse the repository at this point in the history
  4. update actions

    vaind committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b0a2ca2 View commit details
    Browse the repository at this point in the history
  5. more script fixes

    vaind committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    273a376 View commit details
    Browse the repository at this point in the history
  6. fixup script on CI

    vaind committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7b7a0c2 View commit details
    Browse the repository at this point in the history
  7. cleanup

    vaind committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e368e4a View commit details
    Browse the repository at this point in the history
  8. fix CI

    vaind committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fd4c50a View commit details
    Browse the repository at this point in the history
  9. fix CI

    vaind committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b6601a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. linter issues

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    655300d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc8ebc View commit details
    Browse the repository at this point in the history
  3. post-merge script update

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3f65502 View commit details
    Browse the repository at this point in the history
  4. Update scripts/e2e.mjs

    Co-authored-by: Krystof Woldrich <[email protected]>
    vaind and krystofwoldrich committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6e94861 View commit details
    Browse the repository at this point in the history
  5. Update scripts/e2e.mjs

    Co-authored-by: Krystof Woldrich <[email protected]>
    vaind and krystofwoldrich committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    612813d View commit details
    Browse the repository at this point in the history
  6. Update scripts/e2e.mjs

    Co-authored-by: Krystof Woldrich <[email protected]>
    vaind and krystofwoldrich committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    85e6afb View commit details
    Browse the repository at this point in the history
  7. Update scripts/e2e.mjs

    Co-authored-by: Krystof Woldrich <[email protected]>
    vaind and krystofwoldrich committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    efd1f9a View commit details
    Browse the repository at this point in the history
  8. cleanup

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    883f9fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5701c7c View commit details
    Browse the repository at this point in the history
  10. cache webdriveragent build

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    030049d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1739957 View commit details
    Browse the repository at this point in the history
  12. use bundler

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d0b1f42 View commit details
    Browse the repository at this point in the history
  13. Update e2e.yml

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8becfea View commit details
    Browse the repository at this point in the history
  14. fix e2e test run

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b26695b View commit details
    Browse the repository at this point in the history
  15. try to fix ci

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    009864d View commit details
    Browse the repository at this point in the history
  16. Update e2e.yml

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d2cd560 View commit details
    Browse the repository at this point in the history
  17. fixes

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0442bfa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    35b1c9e View commit details
    Browse the repository at this point in the history
  19. fix caching

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    883b36a View commit details
    Browse the repository at this point in the history
  20. Revert "try to remove node module removal"

    This reverts commit 35b1c9e.
    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    80b5fa4 View commit details
    Browse the repository at this point in the history
  21. fix e2e.yml cache config

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    991927e View commit details
    Browse the repository at this point in the history
  22. fix appium invocation

    vaind committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a31ca9a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    459e842 View commit details
    Browse the repository at this point in the history
  2. try to fix android test hangs

    vaind committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6c1bb2c View commit details
    Browse the repository at this point in the history
  3. try to fix ci

    vaind committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    11c1692 View commit details
    Browse the repository at this point in the history
  4. tmp: debug session

    vaind committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d742a85 View commit details
    Browse the repository at this point in the history
  5. tmp killall

    vaind committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f1140fa View commit details
    Browse the repository at this point in the history
  6. fix android ci

    vaind committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    082406e View commit details
    Browse the repository at this point in the history
  7. roll back unintended changes

    vaind committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5ddfeb9 View commit details
    Browse the repository at this point in the history
  8. fix hanging CI

    vaind committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    92fa628 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f554613 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6074dae View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

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