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
Ability to only run one test section in file in yaml test runner (#4404)
You can now pass -s "Test section name" to the rest-api-spec test runner
to only run a single test inside a file. Before you could only filter to
a file as whole.
This also makes sure args with spaces are quoted when passing down from
our build tooling (super rudimentary)
We now emit Skip messages during the run so we can see the test itself
skipped. Because in our current flow we run the test setup before
evaluating the `skip` block its hard to see nothing happened because
things are happening (setup requests)
Lastly the proxy detection now includes `xpack` test suite.
`mitmproxy -k` will work if we reroute https traffic to it.
0 commit comments