Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,14 @@
],
"badge": "community"
},

{
"name": "cypress-geolocation-locale-faker",
"description": "A Cypress plugin to mock geolocation, timezone, language, and locale settings for end-to-end testing. Useful for simulating user environments worldwide.",
"link": "https://www.npmjs.com/package/cypress-geolocation-locale-faker",
"keywords": ["geolocation", "timezone", "locale", "language", "cypress", "plugin", "testing"],
"badge": "community"
},
{
"name": "cypress-repeat",
"description": "Run Cypress multiple times in a row, great at finding test flake.",
Expand Down