Skip to content

v2.0.0-beta.0

Compare
Choose a tag to compare
@pytlesk4 pytlesk4 released this 12 Oct 19:14
· 1992 commits to master since this release
  • 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.