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

Playwright tests for website #905

Merged
merged 19 commits into from
Jun 29, 2024
Merged

Playwright tests for website #905

merged 19 commits into from
Jun 29, 2024

Commits on Jun 29, 2024

  1. add website tests

    This doesn't really work, there's a lot to consider with regards to how
    you communicate with the API. Using a real API in a CI scenario is never
    going to work. You would need to pre-seed with a lot of data to make it
    useful. MSW sounded promising but seems to have issues with sveltekit
    preloading bypassing the handlers (may be fixable).
    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    5a5bfae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c25e89 View commit details
    Browse the repository at this point in the history
  3. MSW news page

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    4f43289 View commit details
    Browse the repository at this point in the history
  4. unfuck msw sort of

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    0633808 View commit details
    Browse the repository at this point in the history
  5. completed msw

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    dd211ab View commit details
    Browse the repository at this point in the history
  6. forgot an endpoint

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    d5f1789 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e98f619 View commit details
    Browse the repository at this point in the history
  8. fix MSW auth

    - remove devcontainer
    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    403f48d View commit details
    Browse the repository at this point in the history
  9. tests

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    51f0b19 View commit details
    Browse the repository at this point in the history
  10. Add CI file

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    34663d5 View commit details
    Browse the repository at this point in the history
  11. fix lockfile

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    9162842 View commit details
    Browse the repository at this point in the history
  12. fix website ci

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    ec23f6e View commit details
    Browse the repository at this point in the history
  13. fix website ci

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    763fab9 View commit details
    Browse the repository at this point in the history
  14. fix playwright config

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    f5570c2 View commit details
    Browse the repository at this point in the history
  15. limit to chrome

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    f21e573 View commit details
    Browse the repository at this point in the history
  16. fix ci upload

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    78c94ac View commit details
    Browse the repository at this point in the history
  17. add concurrency

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    240af36 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    97b7447 View commit details
    Browse the repository at this point in the history
  19. Checkout lfs

    SapiensAnatis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    540bb96 View commit details
    Browse the repository at this point in the history