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 installer commands (retry) #197

Merged
merged 6 commits into from
Jul 31, 2024
Merged

Commits on Jul 31, 2024

  1. Add testing infrastructure

    This adds testing infrastructure to test against multiple versions of
    Rails, including Rails `main` branch.
    jonathanhefner committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    17aa07d View commit details
    Browse the repository at this point in the history
  2. Test shared behavior of installer commands

    This adds test coverage for the shared behavior of the installer
    commands.  The commands are tested against a freshly generated Rails app
    using the version of Rails that is currently loaded.  Thus the
    installers can be tested with different versions of Rails in CI.
    jonathanhefner committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6bbac71 View commit details
    Browse the repository at this point in the history
  3. Test specific behavior of javascript:install:bun

    This adds test coverage for specific behavior of the
    `javascript:install:bun` command.
    jonathanhefner committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f5ede67 View commit details
    Browse the repository at this point in the history
  4. Test specific behavior of javascript:install:esbuild

    This adds test coverage for specific behavior of the
    `javascript:install:esbuild` command.
    jonathanhefner committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a9ff3f7 View commit details
    Browse the repository at this point in the history
  5. Test specific behavior of javascript:install:rollup

    This adds test coverage for specific behavior of the
    `javascript:install:rollup` command.
    jonathanhefner committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7accf66 View commit details
    Browse the repository at this point in the history
  6. Test specific behavior of javascript:install:webpack

    This adds test coverage for specific behavior of the
    `javascript:install:webpack` command.
    jonathanhefner committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c426e7b View commit details
    Browse the repository at this point in the history