Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 58bfebc

Browse files
committedDec 10, 2024·
docs: add deprecation message
1 parent c29d60e commit 58bfebc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Cypress Playback
22

3+
## 🚨 This library will only receive security updates until Feb 28, 2025 when it will no longer be maintained. 🚨
4+
5+
**We recommend using Mock Service Worker (MSW) instead of this plugin. MSW solves a similar problem but is more flexible and can be used in a variety of environments including Cypress, Node.js and Jest. For more information, see the [MSW documentation][11].**
6+
7+
---
8+
39
> :arrows_counterclockwise: **_Automatically record and playback HTTP requests made in
410
> Cypress tests._**
511
@@ -598,3 +604,4 @@ None
598604
[8]:code-of-conduct.md
599605
[9]:https://www.npmjs.com/package/@oreillymedia/cypress-playback
600606
[10]:https://docs.cypress.io/guides/tooling/plugins-guide#Using-a-plugin
607+
[11]:https://mswjs.io/docs/comparison#cypress---cyintercept

‎package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"scripts": {
77
"sandbox:open": "cd ./sandbox/ && npm run start:open",
88
"sandbox:open:playback": "cd ./sandbox/ && npm run start:open:playback",
9-
"sandbox:ci": "cd ./sandbox/ && npm run start:run"
9+
"sandbox:ci": "cd ./sandbox/ && npm run start:run",
10+
"postinstall": "echo '@oreillymedia/cypress-playback - After Feb 28, 2025 this library will no longer be maintained. Please see README for more information.'"
11+
12+
1013
},
1114
"repository": {
1215
"type": "git",

0 commit comments

Comments
 (0)
This repository has been archived.