You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The executable supports passing --mockData since 6c2e257 - the smoke test should use --mockData as a first test, then try a second time making a real request (to test the actual code path that will normally be used).
Is there a way we fake it so that although our code makes a real request using the real HttpClientHandler, we still return mock data from somewhere else? Not actually hitting the wayback machine servers for testing would be ideal.
Run a smoke test in CI - run the published executable with something like
Do we want to add a way to limit snapshot page size? The CDX server supports a
pageSize
parameter.The text was updated successfully, but these errors were encountered: