SnapTest
Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.
Hvad er SnapTest?
SnapTest er en Chrome-udvidelse udviklet af https://www.snaptest.io, og dens hovedfunktion er "Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.".
Udvidelsesskærmbilleder
Download SnapTest-udvidelses-CRX-fil
Download SnapTest-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | aeofjocnhdlleichkjbaibdbicpcddhp |
| Officiel URL | https://chromewebstore.google.com/detail/snaptest/aeofjocnhdlleichkjbaibdbicpcddhp |
| Beskrivelse | Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks. |
| Filstørrelse | 9.13 MB |
| Antal Installationer | 1,875 |
| Nuværende Version | 2.8.2 |
| Senest Opdateret | 2021-11-10 |
| Udgivelsesdato | 2020-03-22 |
| Bedømmelse | 4.70/5 Samlet 23 Bedømmelser |
| Udvikler | https://www.snaptest.io |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.snaptest.io/doc/getting-started |
| Hjælpeside-URL | https://github.com/ozymandias547/snaptest/issues |
| URL til Fortrolighedspolitik Side | https://www.snaptest.io/privacy-policy |
| Understøttede Sprog | 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": [
" | |