CloudTestSoftware Recorder
Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
Co to jest CloudTestSoftware Recorder?
CloudTestSoftware Recorder to rozszerzenie Chrome opracowane przez https://cloudtestsoftware.com, a jego główną funkcją jest „Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CloudTestSoftware Recorder
Pobierz pliki rozszerzeń CloudTestSoftware Recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Use this recorder to record test script to automate browser testing with CloudTestSoftware. CloudTestSoftware uses Selenium Webdriver to run this script and download sample project from github using below link https://github.com/cloudtestsoftware/CTestOne
Podstawowe informacje o rozszerzeniu
Nazwa | CloudTestSoftware Recorder |
ID | ilmfllfomekmebackjaalmpnnmomcodk |
Oficjalny URL | https://chromewebstore.google.com/detail/cloudtestsoftware-recorde/ilmfllfomekmebackjaalmpnnmomcodk |
Opis | Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site. |
Rozmiar pliku | 150 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.1.0-pre |
Ostatnia Aktualizacja | 2015-12-29 |
Data Publikacji | 2015-12-29 |
Deweloper | https://cloudtestsoftware.com |
Typ Płatności | free |
Strona Rozszerzenia | http://cloudtestsoftware.com |
Adres URL Strony Pomocy | https://github.com/cloudtestsoftware/CTestOne/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CloudTestSoftware Recorder", "description": "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.", "version": "0.1.0.0", "version_name": "1.1.0-pre", "minimum_chrome_version": "26.0", "devtools_page": "lib\/devtools.html", "background": { "scripts": [ "lib\/Recorder.js", "lib\/background.js" ], "persistent": false }, "icons": { "16": "resources\/manifestIcons\/logo_16.png", "32": "resources\/manifestIcons\/logo_32.png", "48": "resources\/manifestIcons\/logo_48.png", "64": "resources\/manifestIcons\/logo_64.png", "128": "resources\/manifestIcons\/logo_128.png" }, "permissions": [ "downloads", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation" ] } |