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

record-tester: Further improvements for Catalyst E2E tests #357

Merged
merged 4 commits into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    e659aa7 View commit details
    Browse the repository at this point in the history
  2. record-tester: Inline options field in recordTester struct

    No need for that indirection, just another layer of copying around.
    victorges committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7f8c979 View commit details
    Browse the repository at this point in the history
  3. record-tester: Make profiles check required

    But enforce output profiles if not provided
    victorges committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    539afad View commit details
    Browse the repository at this point in the history
  4. record-tester: Fix num profiles check

    Remove default recordingSpec if not provided.
    
    Instead, just check there's at least 2 in response.
    victorges committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bc3b33c View commit details
    Browse the repository at this point in the history