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

Use Vite for all tests #1840

Merged
merged 35 commits into from
Apr 2, 2024
Merged

Use Vite for all tests #1840

merged 35 commits into from
Apr 2, 2024

Commits on Mar 21, 2024

  1. use Vite for all tests

    mansona committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    91deb61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17acedd View commit details
    Browse the repository at this point in the history
  3. fix environment test

    mansona committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c81f0dd View commit details
    Browse the repository at this point in the history
  4. fix html-attributes test

    mansona committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    41b302d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    831b80d View commit details
    Browse the repository at this point in the history
  6. fix compat-namespaced-app

    mansona committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9fc1b1f View commit details
    Browse the repository at this point in the history
  7. fix compat-renaming tests

    mansona committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    df09e57 View commit details
    Browse the repository at this point in the history
  8. fix compat-stage-2 tests

    mansona committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ea9a2fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7be716a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d65f8d9 View commit details
    Browse the repository at this point in the history
  11. fix colocation tests

    mansona committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6fb2058 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1bad9c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8361044 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    14283e7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b28715f View commit details
    Browse the repository at this point in the history
  16. fix preprocess-test

    mansona committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f84e704 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aed5846 View commit details
    Browse the repository at this point in the history
  18. fix stage1 tests

    mansona committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    427a3d3 View commit details
    Browse the repository at this point in the history
  19. fix problematic addon test

    mansona committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ada7654 View commit details
    Browse the repository at this point in the history
  20. fix static app test

    mansona committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7d20854 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    31dc85f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1974c84 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    f164313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    013033a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    af3f402 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adc647a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f3a282 View commit details
    Browse the repository at this point in the history
  4. fix the production build test in macro-tests

    And refactor to use app.execute's built-in env support.
    ef4 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6549dd6 View commit details
    Browse the repository at this point in the history
  5. update vite-app's config to match app-template's

    Presumably this will be getting deleted shortly, but while it still exists it needs the same test-aware change that we made in app-template
    ef4 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f6986b2 View commit details
    Browse the repository at this point in the history
  6. force build tests in static-app

    ef4 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    faf1ffe View commit details
    Browse the repository at this point in the history
  7. re-fix dev-mode static-app

    ef4 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    07eec24 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    7d46fb9 View commit details
    Browse the repository at this point in the history
  2. remove composable-helpers from our tests

    It's not well-supported and it contains some broken code that appears if you try to adjust the embroider settings in static-app
    ef4 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2646f28 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

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

Commits on Apr 2, 2024

  1. skipping watch tests for now

    ef4 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d91c9fe View commit details
    Browse the repository at this point in the history