trudl

A chrome extension for recording functional UI tests without scripting

trudlคืออะไร?

trudl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trudl.io และคุณลักษณะหลักของมันคือ "A chrome extension for recording functional UI tests without scripting"

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

screenshot
screenshot
screenshot

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

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

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

                        Trudl is a no-code tool for creating and running UI tests. Trudl is a great alternative to Selenium if you don't want to spend time setting it up, writing scripts and maintaining them.

UI functional testing with trudl is easy:

  1. Use this Chrome extension to record tests in the Chrome browser
  2. Go to trudl.io, download the desktop app for running tests locally
  3. View test results, screenshots and more!

A free automation testing app, Trudl enables software developers and QA teams to automate their regression test cases at no cost and without coding. Software testing is an extremely crucial process of the software development life-cycle and Trudl makes testing web apps easier.                    

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

ชื่อ trudl trudl
ID ekpmjhjajeicndehkmjhilbkbmlcmhlk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trudl/ekpmjhjajeicndehkmjhilbkbmlcmhlk
คำอธิบาย A chrome extension for recording functional UI tests without scripting
ขนาดไฟล์ 9.1 MB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2020-11-25
วันที่เผยแพร่ 2020-06-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://trudl.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://trudl.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "trudl",
    "description": "A chrome extension for recording functional UI tests without scripting",
    "version": "1.0.8",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "auth0chrome.min.js",
            "jwt-decode.min.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "trudl-logo-v3-no-smile-white-bg-16x16.png",
        "48": "trudl-logo-v3-no-smile-white-bg-48x48.png",
        "128": "trudl-logo-v3-no-smile-white-bg-128x128.png"
    },
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/auto-test-web-db.herokuapp.com\/*",
        "http:\/\/localhost:8080\/*",
        "http:\/\/dev-trudl.auth0.com\/*",
        "https:\/\/trudl.auth0.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/trudl.io\/*",
            "*:\/\/new.trudl.io\/*",
            "*:\/\/beta.trudl.io\/*",
            "*:\/\/app.trudl.io\/*",
            "*:\/\/www.trudl-local.com\/*"
        ]
    },
    "manifest_version": 2,
    "incognito": "split"
}