Skip to content

Commit 0dd9539

Browse files
authored
Adds @datashard/snapshot to plugins.json (#5128)
1 parent 3455705 commit 0dd9539

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/data/plugins.json

+7
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,13 @@
710710
"link": "https://github.com/MohamadKh75/cypress-plugin-multiple-click",
711711
"keywords": ["testing", "commands", "click"],
712712
"badge": "community"
713+
},
714+
{
715+
"name": "@datashard/snapshot",
716+
"description": "Adds Snapshot command. Adds value / object / DOM element snapshot testing support to Cypress test runner",
717+
"link": "https://github.com/datashard/snapshot",
718+
"keywords": ["snapshot", "comparison", "commands"],
719+
"badge": "community"
713720
}
714721
]
715722
},

0 commit comments

Comments
 (0)