-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (29 loc) · 994 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@oreillymedia/cypress-playback-root",
"version": "1.0.0",
"private": false,
"description": "Automatically record and playback HTTP requests made in Cypress tests.",
"scripts": {
"sandbox:open": "cd ./sandbox/ && npm run start:open",
"sandbox:open:playback": "cd ./sandbox/ && npm run start:open:playback",
"sandbox:ci": "cd ./sandbox/ && npm run start:run",
"postinstall": "echo '@oreillymedia/cypress-playback - After Feb 28, 2025 this library will no longer be maintained. Please see README for more information.'"
},
"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"
}