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

Save cassettes without any interactions #79

Merged
merged 1 commit into from Sep 26, 2022

Commits on Sep 23, 2022

  1. Save cassettes without any interactions

    This is often required when writing table-driven tests where some of the test cases
    don't produce any interactions (like when validation fails) but the setup and test
    code is the same for every test case. In this case, on a replay these tests then
    fail because the cassette for the test cannot be found.
    annismckenzie committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    f8b900c View commit details
    Browse the repository at this point in the history