Skip to content

Commit

Permalink
✨ 📼 release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nettofarah committed Jun 17, 2016
1 parent 3a6e6c9 commit b1a3f86
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# axios-vcr
[![Build Status](https://travis-ci.org/nettofarah/axios-vcr.svg?branch=master)](https://travis-ci.org/nettofarah/axios-vcr)
:vhs: Record and Replay requests in JavaScript

axios-vcr is a set of [axios](https://github.com/mzabriskie/axios) middlewares that allow you to record and replay axios requests.

Use it for reliable, fast and more deterministic tests.

[![Build Status](https://travis-ci.org/nettofarah/axios-vcr.svg?branch=master)](https://travis-ci.org/nettofarah/axios-vcr)

## Features
- Record http requests to JSON cassette files
- Replay requests from cassete files
- Multiple request/response fixtures per cassette
- [x] Record http requests to JSON cassette files
- [x] Replay requests from cassete files
- [x] Multiple request/response fixtures per cassette
- [ ] Cassette expiration logic
- [ ] Mocha integration
- [ ] non-global axios instances support

## Installation
```bash
Expand Down

0 comments on commit b1a3f86

Please sign in to comment.