Skip to content

rahgadda/hoppscotch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Hoppscotch

Overview

  • Liyas Thomas created Hoppscotch as an opensource alternative to Postman. Details are available here

Modules

  • Scripting
    • The pw object provides access to request and response data and variables.
      • request
      • headers
      • body
    • Varaiables are created and removed using pw.env.set & pw.env.unset().
    • Variables can be accessed using pw.env.get.
    • <<variableName>> notation is used to access variables in URL, Headers etc...
    • Tescases can be written using pw.test and pw.expect is used to run assertions.
  • Cli
    • Can be downloaded using below
      npm i -g @hoppscotch/cli
    • Execution of collection can be done using
      hopp test [-e <environment file>] [-d <delay_in_ms> ] <hoppscotch collection file>

Tutorial

About

My Learning on Hoppscotch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published