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

395 e2e test #404

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft

395 e2e test #404

wants to merge 22 commits into from

Commits on Mar 4, 2024

  1. #395 Add E2E test

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    df4e839 View commit details
    Browse the repository at this point in the history
  2. #395 E2E test

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9053036 View commit details
    Browse the repository at this point in the history
  3. #395 Disable caching for AVD

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9286b85 View commit details
    Browse the repository at this point in the history
  4. Limit logs to com.nextcloud.* packages

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d537150 View commit details
    Browse the repository at this point in the history
  5. Enhance logging

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ec1c8da View commit details
    Browse the repository at this point in the history
  6. Merge import and verification tests

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ecf97ea View commit details
    Browse the repository at this point in the history
  7. Limit logs to "E2E" tag

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    597d454 View commit details
    Browse the repository at this point in the history
  8. Configure trusted domain in env variable

    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    20883cd View commit details
    Browse the repository at this point in the history
  9. #395 Replace waitForWindowUpdate with Thread.sleep()

    As suggested in #404 (comment)
    
    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c2366ab View commit details
    Browse the repository at this point in the history
  10. Add quite a lot of Thread.sleep()s...

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5a6eaa9 View commit details
    Browse the repository at this point in the history
  11. Use AVD API 26

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e23f8f6 View commit details
    Browse the repository at this point in the history
  12. More logs

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d57337b View commit details
    Browse the repository at this point in the history
  13. Parallel SDK 24 & 26 without failfast

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e505cc9 View commit details
    Browse the repository at this point in the history
  14. Readd logs from e2e test

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    75b0c65 View commit details
    Browse the repository at this point in the history
  15. Unify waits in e2e test

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f160a52 View commit details
    Browse the repository at this point in the history
  16. Use Android 28 for emulated device

    ReactiveCircus/android-emulator-runner#49 (comment)
    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c5fbcae View commit details
    Browse the repository at this point in the history
  17. chore(e2e): Move setup from CI to gradle task for easier local run

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4dd6784 View commit details
    Browse the repository at this point in the history
  18. chore(e2e): Fail e2e.yml when e2e test fails

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2de4814 View commit details
    Browse the repository at this point in the history
  19. chore(e2e): Add more log output

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    12175ed View commit details
    Browse the repository at this point in the history
  20. chore(e2e): Run e2e test only for sample module

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3043c62 View commit details
    Browse the repository at this point in the history
  21. chore(e2e): Move emulator setup back to CI

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    339cbaa View commit details
    Browse the repository at this point in the history
  22. chore(e2e): Enhance documentation

    Signed-off-by: Stefan Niedermann <info@niedermann.it>
    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    stefan-niedermann authored and AndyScherzinger committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    eac73ab View commit details
    Browse the repository at this point in the history