- Add array length assertion operation
- Error/Warning reporting
- malformed body error
- malformed request url
- missing scenario ref
- can’t capture target because it doesn’t exist
- script errors
- missing variables
- Validate format binary for JSON Schema/Contract Testing
- Empty base path in swagger spec ( ‘/‘ ) doesn’t cause contract testing and mocking to fail.
- Script step types console.log/warn/debub/error fixed when running from the terminal.
- Fix $$.response.headers.set(‘name’, ‘value’);
- Better error handling for Prism Instances
- Equal assertion in the ui is fixed for null.
- Add $.stop(), to js runtime, to stop current scenario.
- Add stop(), to js runtime, to stop current step.
- Add SL.sleep(milliseconds) to js runtime.