Skip to content

Commit

Permalink
fix: Update lib package.json (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvsbrent committed Jan 26, 2022
1 parent 666f610 commit 3e0d8ea
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
15 changes: 15 additions & 0 deletions lib/README.md
@@ -0,0 +1,15 @@
# Cypress Playback

> 🔄 **_Automatically record and playback HTTP requests made in
> Cypress tests._**
Cypress Playback is a plugin and a set of commands that allows Cypress to
automatically record responses to network requests made during a test run. These
responses are then saved to disk and made available for playback in later test
runs. This allows for applications or components under test to always receive
the same response to a request, no matter where or when they run.

For details on how to integrate this plugin into Cypress and how it works,
please refer to the [README][1] in GitHub.

[1]:https://github.com/oreillymedia/cypress-playback#cypress-playback
20 changes: 17 additions & 3 deletions lib/package.json
Expand Up @@ -9,9 +9,23 @@
"test": "c8 --all mocha",
"test:watch": "mocha --watch"
},
"keywords": [],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oreillymedia/cypress-playback.git"
},
"bugs": {
"url": "https://github.com/oreillymedia/cypress-playback/issues"
},
"homepage": "https://github.com/oreillymedia/cypress-playback#readme",
"keywords": [
"cypress",
"cypress-plugin",
"fixtures",
"requests",
"snapshots"
],
"author": "O'Reilly Media",
"license": "BSD-3-Clause",
"dependencies": {
"blueimp-md5": "^2.19.0",
"lodash.kebabcase": "^4.1.1"
Expand Down

0 comments on commit 3e0d8ea

Please sign in to comment.