From 045d55fe08a2d3c497e6d97204343472a07b34e0 Mon Sep 17 00:00:00 2001 From: Pradap Pandiyan Date: Wed, 9 Jul 2025 23:04:51 +0400 Subject: [PATCH 1/3] added plugin for mock/fake geolocation and timezone --- src/data/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/data/plugins.json b/src/data/plugins.json index 2ecb5383e9..e87b0b1f68 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -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.", From 1ffe8d187a621b5a779e64e31770b259abff9144 Mon Sep 17 00:00:00 2001 From: Pradap Pandiyan Date: Thu, 10 Jul 2025 19:09:54 +0400 Subject: [PATCH 2/3] updated the plugin at the end of the file --- src/data/plugins.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/data/plugins.json b/src/data/plugins.json index e87b0b1f68..a80acbe32b 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -244,14 +244,6 @@ ], "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.", @@ -1140,6 +1132,13 @@ "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", "plugin", "testing"], + "badge": "community" } ] } From 311cddd629d890ddaa4b4a77c78c47c6db1a3bc7 Mon Sep 17 00:00:00 2001 From: Pradap Pandiyan Date: Thu, 10 Jul 2025 19:35:44 +0400 Subject: [PATCH 3/3] moved the plugin on bottom of the development tools --- src/data/plugins.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/data/plugins.json b/src/data/plugins.json index a80acbe32b..4076ffc810 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -363,6 +363,13 @@ "link": "https://github.com/khawjaahmad/cypress-test-data-generator", "keywords": ["data-generation", "faker", "testing", "test-data"], "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://github.com/pradapjackie/cypress-geolocation-locale-faker", + "keywords": ["geolocation", "timezone", "locale", "language", "plugin", "testing"], + "badge": "community" } ] }, @@ -1132,13 +1139,6 @@ "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", "plugin", "testing"], - "badge": "community" } ] }