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

Fix E2E tests on Windows #76

Merged
merged 41 commits into from
Jun 17, 2024
Merged

Fix E2E tests on Windows #76

merged 41 commits into from
Jun 17, 2024

Commits on May 12, 2024

  1. WIP

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c40c4c0 View commit details
    Browse the repository at this point in the history
  2. Makes onboarding work!

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    67e982a View commit details
    Browse the repository at this point in the history
  3. Make create site work

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f7a476d View commit details
    Browse the repository at this point in the history
  4. Make delete site work

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f64fad1 View commit details
    Browse the repository at this point in the history
  5. All E2E tests work 🎉

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e458a73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2c950b View commit details
    Browse the repository at this point in the history
  7. Cleanup

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b079a59 View commit details
    Browse the repository at this point in the history
  8. Add a check for consistency

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    1abe0e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3595e6 View commit details
    Browse the repository at this point in the history
  10. Improve debugging

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d3af31a View commit details
    Browse the repository at this point in the history
  11. Remove useless comment

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    500e64d View commit details
    Browse the repository at this point in the history
  12. Address lint issues

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    7a138c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f82846d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5675a1f View commit details
    Browse the repository at this point in the history
  15. Add step to run E2E tests in Buildkite

    Currently failing, see #37
    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    eba39d5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8953376 View commit details
    Browse the repository at this point in the history
  17. Call E2E with bash explicitly

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e810fab View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    624e32e View commit details
    Browse the repository at this point in the history
  19. Add traces to E2E runs

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c6c6ed2 View commit details
    Browse the repository at this point in the history
  20. Fix E2E matrix combinations

    mokagio committed May 12, 2024
    Configuration menu
    Copy the full SHA
    2e6fd2d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    b27d88a View commit details
    Browse the repository at this point in the history
  2. Fix lint issues

    wojtekn committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c8d703f View commit details
    Browse the repository at this point in the history
  3. Make paths system agnostic

    wojtekn committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d4bc98f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    101bf82 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Clarify comment

    wojtekn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5c6f43a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69acb39 View commit details
    Browse the repository at this point in the history
  3. Use latest CI plugin version

    wojtekn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    340dde0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db7d006 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e2ea06 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    5dccc86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    451cc71 View commit details
    Browse the repository at this point in the history
  3. Remove a trailing whitespace

    mokagio committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    47337cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2000d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 12, 2024

  1. Skip delete site test on Windows

    This test case fails when running in CI but not locally. Until we find a workaround, we'll temporarily disable it.
    fluiddot committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    09818dc View commit details
    Browse the repository at this point in the history
  2. Increase E2E timeouts

    This is mostly needed for Windows because some operations take longer, like creating a site.
    fluiddot committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2382be9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2743bbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    094f67e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0123348 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    816fbb9 View commit details
    Browse the repository at this point in the history
  7. Remove Windows E2E tests GitHub workflow

    E2E tests are now run in Buildkite.
    fluiddot committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bc2f30e View commit details
    Browse the repository at this point in the history