BugBug Automation Testing

Automate your website testing without code. An easy alternative to Selenium, Cypress and Katalon.

BugBug Automation Testingคืออะไร?

BugBug Automation Testing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bugbug.io และคุณลักษณะหลักของมันคือ "Automate your website testing without code. An easy alternative to Selenium, Cypress and Katalon."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BugBug Automation Testing

ดาวน์โหลดไฟล์ส่วนขยาย BugBug Automation Testing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Create end-to-end tests for your web app in minutes. Regression testing has never been simpler.

How it works?
BugBug Tests Recorder allows you to record and play end-to-end browser tests directly in your Chrome browser. 
1. Create an account on https://bugbug.io - it's free forever
2. Click "Start recording" and manually navigate on your website
3. BugBug records all your clicks and keyboard typing
4. Click "Run test" and BugBug automatically "plays" everything you recorded. It runs an automated test directly in your browser in incognito mode.

Who is it good for?
- startups that want to monitor if their product is working properly
- software developers who want to save time on manual testing before each release
- QA testers who want to automate their work
- e-commerce companies that want to monitor if their platform works as it should

Why choose BugBug over Cypress or Selenium?
- faster implementation
- reduced cost
- less overall effort
- more reliable tests
- works out-of-the-box
- no-code

Documentation: https://docs.bugbug.io/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BugBug Automation Testing BugBug Automation Testing
ID oiedehaafceacbnnmindilfblafincjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bugbug-automation-testing/oiedehaafceacbnnmindilfblafincjb
คำอธิบาย Automate your website testing without code. An easy alternative to Selenium, Cypress and Katalon.
ขนาดไฟล์ 6.55 MB
จำนวนการติดตั้ง 4,682
เวอร์ชันปัจจุบัน 7.11.2
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-09-01
คะแนน 4.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://bugbug.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bugbug.io
URL หน้าช่วยเหลือ https://bugbug.io/contact/
URL หน้านโยบายความเป็นส่วนตัว https://bugbug.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BugBug Automation Testing ",
    "description": "Automate your website testing without code. An easy alternative to Selenium, Cypress and Katalon.",
    "version": "7.11.2",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "incognito": "spanning",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "webappContent.js"
            ],
            "matches": [
                "https:\/\/app.bugbug.io\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "BugBug Automation Testing  (7.11.2)"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injection.js",
                "injection.js.map",
                "content.js.map",
                "background.js.map",
                "webappContent.js.map",
                "static\/media\/*",
                "sandbox.html",
                "sandbox.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "alarms",
        "tabs",
        "webNavigation",
        "webRequest",
        "declarativeNetRequest",
        "debugger",
        "storage",
        "scripting",
        "downloads",
        "system.display",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    }
}