AIM Tech

🚨 تصحى تلاقي الـ CI/CD pipeline أحمر والـ UI tests كلها بتـ fail عشوائي؟السبب مش دايمًا في الكود أو الـ locators! 😅

كتير مننا بينسى حاجة بسيطة لكنها بتفرق 180 درجة في استقرار الـ automation suite:
💡 الـ Browser Configuration

لو بتستخدم Selenium مع Chrome، فالـ ChromeOptions هو السلاح السري اللي بيخليك تتحكم في سلوك المتصفح بالكامل قبل ما يبدأ الـ test run.
من غير إعدادات صحيحة، Chrome بيشتغل بالإعدادات الافتراضية الموجهة للمستخدم العادي، مش للـ automation — وده بيخلي الـ tests تقع بسبب:

  • Pop-ups فجائية 🔔
  • Notifications مزعجة
  • Info bars زي “Chrome is being controlled…”
  • أو حتى window-size مختلف في كل run 😩

النتيجة؟
❌ Test flakiness
❌ ساعات ضايعة في debugging
❌ ثقة أقل في الـ Automation Suite

لكن الحل بسيط جدًا 👇
سيطر على الـ environment بنفسك من خلال إعدادات ذكية في ChromeOptions:


🔥 أهم الـ Options لتثبيت واستقرار الـ Tests:

1️⃣ تشغيل الـ Tests في الخلفية (مناسب للـ CI/CD):

options.add_argument("--headless")
options.add_argument("--disable-gpu")
options.add_argument("--no-sandbox")

2️⃣ تثبيت حجم الشاشة لتجنب مشاكل الـ Responsive Design:

options.add_argument("--window-size=1920,1080")
# أو
options.add_argument("--start-maximized")

3️⃣ منع الإشعارات والـ pop-ups المزعجة:

options.add_argument("--disable-notifications")

4️⃣ تشغيل المتصفح في وضع incognito لتجربة نظيفة كل مرة:

options.add_argument("--incognito")

5️⃣ تسريع تحميل الصفحات بإيقاف الصور:

prefs = {"profile.managed_default_content_settings.images": 2}
options.add_experimental_option("prefs", prefs)

كل argument من دول ممكن ينقذك من ساعات debugging لمشاكل “وهمية”.
🎯 الـ Automation مش مجرد كتابة test cases — ده بناء infrastructure قوية ومستقرة تضمن إن كل test run يكون موثوق.

18 تعليقات

  1. 26 أبريل 2026, 04:48 مساءً

    cenforce 150 side effects

    cenforce 150 side effects

  2. 28 أبريل 2026, 10:26 صباحًا

    xenical 120mg reddit

    xenical 120mg reddit

  3. 29 أبريل 2026, 11:44 مساءً

    pancrelipase creon 36000

    pancrelipase creon 36000

  4. 16 مايو 2026, 06:45 مساءً

    semaglutid tabletter pris

    semaglutid tabletter pris

  5. 17 مايو 2026, 01:42 صباحًا

    xenical near me

    xenical near me

  6. 17 مايو 2026, 02:45 مساءً

    viagra houston tx

    viagra houston tx

  7. 18 مايو 2026, 07:02 مساءً

    ozempic temperature range

    ozempic temperature range

  8. 3 يونيو 2026, 11:58 صباحًا

    orlistat australia

    orlistat australia

  9. 22 يونيو 2026, 10:19 صباحًا

    toradol pain relief dosing

    toradol pain relief dosing

  10. 26 يونيو 2026, 04:48 مساءً

    ivermectin mechanism in scabies

    ivermectin mechanism in scabies

  11. 28 يونيو 2026, 11:49 مساءً

    minoxidil clinical findings

    minoxidil clinical findings

  12. 1 يوليو 2026, 12:21 مساءً

    minoxidil distribution overview

    minoxidil distribution overview

  13. 24 يوليو 2026, 02:05 مساءً

    vardenafil 20 mg explanation

    vardenafil 20 mg explanation

  14. 24 يوليو 2026, 11:35 مساءً

    vardenafil 5 mg info

    vardenafil 5 mg info

  15. 25 يوليو 2026, 05:20 صباحًا

    vardenafil liver disease contraindications

    vardenafil liver disease contraindications

  16. 26 يوليو 2026, 06:45 مساءً

    vardenafil duration behavior

    vardenafil duration behavior

  17. 27 يوليو 2026, 05:25 مساءً

    vardenafil caution considerations

    vardenafil caution considerations

  18. 27 يوليو 2026, 08:53 مساءً

    orlistat caution list

    orlistat caution list