Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 581 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 581 Bytes

FrisbyPlus

FrisbyPlus is a NPM module that makes testing REST API endpoints easier and faster.

FrisbyPlus is developed based on Frisby.

Basic usage of FrisbyPlus is the same as Frisby. Please read Frisby's documents before using FrisbyPlus.

New Features of FrisbyPlus

  • Variable Replacement
  • TestSuite
    • Execute testcases of a testsuite in sequence
    • Previous response can be used for the next request
    • Cookies can be shared between requests
  • Dynamic create testcase
  • Run testsuite with different dataset.