Skip to content

Commit d6a050a

Browse files
authored
Added plugin for mock/fake geolocation and timezone (#6220)
* added plugin for mock/fake geolocation and timezone * updated the plugin at the end of the file * moved the plugin on bottom of the development tools
1 parent 982ded5 commit d6a050a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/data/plugins.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,13 @@
363363
"link": "https://github.com/khawjaahmad/cypress-test-data-generator",
364364
"keywords": ["data-generation", "faker", "testing", "test-data"],
365365
"badge": "community"
366+
},
367+
{
368+
"name": "cypress-geolocation-locale-faker",
369+
"description": "A Cypress plugin to mock geolocation, timezone, language, and locale settings for end-to-end testing. Useful for simulating user environments worldwide.",
370+
"link": "https://github.com/pradapjackie/cypress-geolocation-locale-faker",
371+
"keywords": ["geolocation", "timezone", "locale", "language", "plugin", "testing"],
372+
"badge": "community"
366373
}
367374
]
368375
},

0 commit comments

Comments
 (0)