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
New Feature: Scripts and runners before and after the request can now be toggled and ordered using the new preTestTasks and postTestTasks options in the test.conf (by @RuepInc).
The config in pre- and post-processors as well as pre- and post-runners now contains a new testDir property. This contains the directory the current test is in which can be used for various purposes like loading additional data to conditionally include in a request (by @darivs).
Add option resolveInvalidNamespaces to automatically fix invalid namespaces in XML documents which makes canonicalization possible for such documents (by @KarstenSQ).