SnapTest
Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.
Wat is SnapTest?
SnapTest is een Chrome-extensie ontwikkeld door https://www.snaptest.io, en de belangrijkste functie is "Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.".
Extensie Screenshots
Download het CRX-bestand van de extensie SnapTest
Download SnapTest-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SnapTest |
ID | aeofjocnhdlleichkjbaibdbicpcddhp |
Officiële URL | https://chromewebstore.google.com/detail/snaptest/aeofjocnhdlleichkjbaibdbicpcddhp |
Beschrijving | Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks. |
Bestandsgrootte | 9.13 MB |
Aantal Installaties | 1,875 |
Huidige Versie | 2.8.2 |
Laatst Bijgewerkt | 2021-11-10 |
Publicatiedatum | 2020-03-22 |
Beoordeling | 4.70/5 Totaal 23 Beoordelingen |
Ontwikkelaar | https://www.snaptest.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.snaptest.io/doc/getting-started |
Help Pagina-URL | https://github.com/ozymandias547/snaptest/issues |
URL van de Privacybeleid Pagina | https://www.snaptest.io/privacy-policy |
Ondersteunde Talen | 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": [ " |