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

feat(integ-runner): add missing features from the integ manifest #19969

Merged
merged 12 commits into from
Apr 20, 2022
Merged

feat(integ-runner): add missing features from the integ manifest #19969

merged 12 commits into from
Apr 20, 2022

Commits on Apr 19, 2022

  1. feat(integ-runner): add missing features from the integ manifest

    Originally the integ-runner was built to work with the "legacy"
    integration tests since that is all we currently have. Since then
    we have published the `integ-tests` library which adds support
    for the integ manifest. This PR adds additional coverage for the
    integ manifest.
    
    To make the implementation a little cleaner I've extracted the logic
    that deals with the manifest into `IntegTestCases` and
    `LegacyIntegTestCases` classes. This allows the runner to just deal with
    the manifest and not have to worry about handling where it came from.
    
    I've also split up the `runners.ts`/`runners.test.ts` into
    `integ-test-runner.ts`, `runner-base.ts`, and `snapshot-test-runner.ts`
    
    Coverage added:
    
    1. `stackUpdateWorkflow` - This was moved from the individual `testCase`
       to the manifest. This means that we will enable or disable the update
       workflow at the test level instead of the individual test case level.
       This also required a bump in the schema version.
    2. `diffAssets`
    3. `hooks`
    corymhall committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    9d28779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d82eef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b70a526 View commit details
    Browse the repository at this point in the history
  4. updating readme

    corymhall committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    d88b368 View commit details
    Browse the repository at this point in the history
  5. force build

    corymhall committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    79ecd37 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    3d6d492 View commit details
    Browse the repository at this point in the history
  2. doc updates

    corymhall committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    59fdf75 View commit details
    Browse the repository at this point in the history
  3. fixing

    corymhall committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    5be019d View commit details
    Browse the repository at this point in the history
  4. fixing import

    corymhall committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    08d5107 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df591f9 View commit details
    Browse the repository at this point in the history
  6. updating tests

    corymhall committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    7439fa9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61240bd View commit details
    Browse the repository at this point in the history