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(e2e): add boilerplate and tests #556

Merged
merged 68 commits into from
Sep 13, 2024
Merged

test(e2e): add boilerplate and tests #556

merged 68 commits into from
Sep 13, 2024

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    fcb7b4c View commit details
    Browse the repository at this point in the history
  2. use project chromium

    sidvishnoi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8f4ad60 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. add list reporter also

    [CI SKIP]
    sidvishnoi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0f0da82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88454ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d807df8 View commit details
    Browse the repository at this point in the history
  4. lint: cspell fixes

    sidvishnoi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ef6124b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2804a53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5a13de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    857bc02 View commit details
    Browse the repository at this point in the history
  8. try: open popup like popup, not page

    sometimes works, sometimes doesn't
    sidvishnoi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d02298f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. need to open beforeEach

    TODO: make it work with beforeAll or think if global setup will do fine
    sidvishnoi committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    688b918 View commit details
    Browse the repository at this point in the history
  2. use xvfb-run

    sidvishnoi committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b706499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc40d17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e3adf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    ad590e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c83215 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    1e12a93 View commit details
    Browse the repository at this point in the history
  2. load keys into extension; connect wallet beforeAll

    FIXME: make connect wallet work. it's not restoring rafiki.money auth state
    sidvishnoi committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9bb09c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    495ab6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bb590f View commit details
    Browse the repository at this point in the history
  3. fix .all() tests

    sidvishnoi committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0658a6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9134d36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97c4b29 View commit details
    Browse the repository at this point in the history
  6. nit

    sidvishnoi committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    70a2310 View commit details
    Browse the repository at this point in the history
  7. fix disconnectWallet check; move some tests around

    ...to prevent conflict in connect state in same-file tests
    sidvishnoi committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    30ad109 View commit details
    Browse the repository at this point in the history
  8. lint fix

    sidvishnoi committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8837c81 View commit details
    Browse the repository at this point in the history
  9. update labeler.yml

    sidvishnoi committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6632aec View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. update CI

    sidvishnoi committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7ff7a48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca6b928 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1841b47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76844fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52763de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8369f4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a5f619 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20c5b56 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    67df49f View commit details
    Browse the repository at this point in the history
  2. more comments

    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fd46c48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d3dfdf View commit details
    Browse the repository at this point in the history
  4. move getMessage from pages/popup to helpers

    (as can be used anywhere, not just popup)
    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    dc075fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f29fde View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88a39d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cade54 View commit details
    Browse the repository at this point in the history
  8. fix import

    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ee6badc View commit details
    Browse the repository at this point in the history
  9. nit

    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c264e45 View commit details
    Browse the repository at this point in the history
  10. support edge

    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bdc049f View commit details
    Browse the repository at this point in the history
  11. ci: run for edge too

    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    16d563a View commit details
    Browse the repository at this point in the history
  12. lint fix

    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d6ba561 View commit details
    Browse the repository at this point in the history
  13. make ci work for msedge

    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    64d0a7d View commit details
    Browse the repository at this point in the history
  14. use channel with launch

    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c0f1f49 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    263586d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0e3f55e View commit details
    Browse the repository at this point in the history
  17. install all browsers in CI; add reason comments

    remove optimization as 'auth.setup' doesn't
    know which project we're running, so it doesn't know which browser to
    use for `auth.setup`
    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a400749 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0b69f72 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    83897b7 View commit details
    Browse the repository at this point in the history
  20. update playwright lol

    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    742ce0e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    40b4c80 View commit details
    Browse the repository at this point in the history
  22. export i18n API mock

    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2b63bdf View commit details
    Browse the repository at this point in the history
  23. update tsconfig.json

    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c30cce0 View commit details
    Browse the repository at this point in the history
  24. move i18n to fixtures

    sidvishnoi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5c80e56 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    1483f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7232d06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    859ccf0 View commit details
    Browse the repository at this point in the history
  4. Revert "Add max-parallel to matrix strategy"

    This reverts commit 1483f57.
    
    [ci skip]
    sidvishnoi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2a891f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9e4255 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11f4ffc View commit details
    Browse the repository at this point in the history
  7. lint fix

    sidvishnoi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b6092cc View commit details
    Browse the repository at this point in the history
  8. encrypt & upload ourselves instead of using other action

    - had too much nesting
    - decrypt didn't work on mac
    - on ubuntu it was annoying too
    sidvishnoi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ed3e0c3 View commit details
    Browse the repository at this point in the history