JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q37822F
  • License ISC

API integration testing as fun as a day on the beach

Package Exports

  • beach-day

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (beach-day) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

beach-day

beach-day is an npm module designed to make HTTP based API integration testing easy and fun for both sides of the fence (front end & backend). beach-day was inspired by frisby and Postman.

At it's core, beach-day is a custom jasmine reporter that generates an HTML file of the tests that ran. This reporter makes it easy to see all the details about the HTTP calls so errors can easily be debugged. In addition to the reporter there is a config and utility system that makes it fast and simple to write functional HTTP tests.

Documentation

Getting started guide

Full API Documentation

FAQ