Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit 5733ba0

Browse files
authored
Update README.md with deprecation notice
1 parent aed7608 commit 5733ba0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Cypress Playback
22

3-
## 🚨 This library will only receive security updates until Feb 28, 2025 when it will no longer be maintained. 🚨
3+
## 🚨 This library is no longer maintained. 🚨
4+
Since the creation of this library, the Mock Service Worker API has seen some
5+
significant updates and support and it currently provides, in our opinion,
6+
a more flexible and better solution to what this library was created to solve.
47

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].**
8+
**We recommend using Mock Service Worker (MSW) instead of this plugin.
9+
MSW solves a similar problem but is more flexible and can be used in a variety
10+
of environments including Cypress, Node.js and Jest. For more information,
11+
see the [MSW documentation][11].**
612

713
---
814

@@ -604,4 +610,4 @@ None
604610
[8]:code-of-conduct.md
605611
[9]:https://www.npmjs.com/package/@oreillymedia/cypress-playback
606612
[10]:https://docs.cypress.io/guides/tooling/plugins-guide#Using-a-plugin
607-
[11]:https://mswjs.io/docs/comparison#cypress---cyintercept
613+
[11]:https://mswjs.io/docs/comparison#cypress---cyintercept

0 commit comments

Comments
 (0)