Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepkorit/beach-day
API integration testing as fun as a day on the beach
https://github.com/pepkorit/beach-day
beach-day frisby integration-testing jasmine nodejs postman testing
Last synced: 22 days ago
JSON representation
API integration testing as fun as a day on the beach
- Host: GitHub
- URL: https://github.com/pepkorit/beach-day
- Owner: PepkorIT
- Created: 2016-04-01T07:08:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T23:42:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T15:57:09.180Z (7 months ago)
- Topics: beach-day, frisby, integration-testing, jasmine, nodejs, postman, testing
- Language: TypeScript
- Homepage:
- Size: 2.04 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
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](http://frisbyjs.com/) and [Postman](https://www.getpostman.com/).At it's core, beach-day is a custom [jasmine reporter](http://jasmine.github.io/2.5/custom_reporter.html) 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](docs/getting-started/toc.md)#### [Full API Documentation](https://pepkorit.github.io/beach-day/api-reference/typedoc/)
#### [FAQ](docs/faq/index.md)