SnapTest
Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.
Vad är SnapTest?
SnapTest är en Chrome-tillägg utvecklad av https://www.snaptest.io, och dess huvudfunktion är "Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.".
Tilläggsskärmbilder
Ladda ner SnapTest-förlängningens CRX-fil
Ladda ner SnapTest-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Taking Selenium out of the stone age. SnapTest, A Selenium IDE like tool, helps you create, run, debug, maintain, and generate beautiful QA test code in a variety of frameworks. Run your tests directly in the browser with near Selenium-like behavior for fast debugging and maintenance. With tools to scale, SnapTEST allows you to maintain a library of tests that are composable, scalable, and professional.
Grundläggande Information om Tillägg
Namn | SnapTest |
ID | aeofjocnhdlleichkjbaibdbicpcddhp |
Officiell webbadress | https://chromewebstore.google.com/detail/snaptest/aeofjocnhdlleichkjbaibdbicpcddhp |
Beskrivning | Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks. |
Filstorlek | 9.13 MB |
Antal Installationer | 1,875 |
Aktuell Version | 2.8.2 |
Senast Uppdaterad | 2021-11-10 |
Publiceringsdatum | 2020-03-22 |
Betyg | 4.70/5 Totalt 23 Betyg |
Utvecklare | https://www.snaptest.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.snaptest.io/doc/getting-started |
Hjälpsida URL | https://github.com/ozymandias547/snaptest/issues |
URL till Sekretesspolicy Sidan | https://www.snaptest.io/privacy-policy |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SnapTest", "description": "Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks. ", "version": "2.8.2", "icons": { "128": "assets\/icons\/icon_128_v2.png" }, "background": { "scripts": [ "background.js" ] }, "offline_enabled": true, "devtools_page": "devtool-background.html", "browser_action": { "default_icon": "assets\/icons\/icon_256_v1.png", "default_popup": "popup.html" }, "permissions": [ " |