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

Chore/pr tests issue 34 node 20 #50

Closed
wants to merge 12 commits into from

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    d0bf84d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e21878a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77b9512 View commit details
    Browse the repository at this point in the history
  4. fix: removes obsolete genConfig npm script (#34)

    `genConfig` is now `makeConfig` and is ultimately used in `backstop init`. There is no need to test this separately, as it's part of the
    overall flow of `init`, which is now used in npm's `integration-test` script, and passing.
    dgrebb committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    166f4ec View commit details
    Browse the repository at this point in the history
  5. fix: removes obsolete 'echo' npm script

    This was originally part of the `gulp` workflow, back in the `slimer` and `casper` days. https://github.com/garris/BackstopJS/blob/b00ab5bf358fcb3b77724ac4ef10b30e86b5188d/core/command/echo.js
    dgrebb committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    80f71ff View commit details
    Browse the repository at this point in the history
  6. test: adds success, caution, and failure messaging to unit, integrati…

    …on, smoke, and sanity tests
    
    This provides a final outcome message for all npm scripts for internal project testing. With tests that `exit 1`, a caution message is used, as opposed to a full-blown "FAIL".
    dgrebb committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    6beb8d0 View commit details
    Browse the repository at this point in the history
  7. build: specifies npm@>=8 in package engines

    also renames "docker-load" script "load-docker" to align with other script naming conventions
    dgrebb committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    a6c0753 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fc19da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2e82e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af09a51 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3994264 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f1a694 View commit details
    Browse the repository at this point in the history