SnapTest
Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.
What is SnapTest?
SnapTest is a Chrome extension developed by https://www.snaptest.io, and its main feature is "Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.".
Extension Screenshots
Download SnapTest Extension CRX File
Download SnapTest extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SnapTest |
ID | aeofjocnhdlleichkjbaibdbicpcddhp |
Official URL | https://chromewebstore.google.com/detail/snaptest/aeofjocnhdlleichkjbaibdbicpcddhp |
Description | Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks. |
File Size | 9.13 MB |
Installation Count | 1,875 |
Current Version | 2.8.2 |
Last Updated | 2021-11-10 |
Publish Date | 2020-03-22 |
Rating | 4.70/5 Total 23 Ratings |
Developer | https://www.snaptest.io |
[email protected] | |
Payment Type | free |
Extension Website | https://www.snaptest.io/doc/getting-started |
Help Page URL | https://github.com/ozymandias547/snaptest/issues |
Privacy Policy Page URL | https://www.snaptest.io/privacy-policy |
Supported Languages | 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": [ " |