trudl
A chrome extension for recording functional UI tests without scripting
什麼是trudl?
trudl是由https://trudl.io開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension for recording functional UI tests without scripting”。
擴展截圖
下載trudl擴展crx文件
下載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 |
ID | ekpmjhjajeicndehkmjhilbkbmlcmhlk |
官方網址 | 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" } |