Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

Releases: hoppscotch/hopp-js-sandbox

Release list

0.1.1

Choose a tag to compare

@AndrewBastin AndrewBastin released this 09 Jul 00:24

Add better error/failure handling with proper error messages on failed expectations or expectations having new format.
The Expectation Result is defined as

type ExpectResult = 
    | { status: "pass" } 
    | { status: "fail" | "error", message: string }

0.1.0

Choose a tag to compare

@AndrewBastin AndrewBastin released this 04 Jul 23:51

Initial Release.

  • Introduce test-runner sandbox accessible via runTestScript import.