FeatherTest - Website Automated Tests
Fast and easy Website Automated Testing and Macros for Google Chrome
What is FeatherTest - Website Automated Tests?
FeatherTest - Website Automated Tests is a Chrome extension developed by https://xaviesteve.com, and its main feature is "Fast and easy Website Automated Testing and Macros for Google Chrome".
Extension Screenshots
Download FeatherTest - Website Automated Tests Extension CRX File
Download FeatherTest - Website Automated Tests 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
FeatherTest is a free, open source Google Chrome extension to serve as a quick way to build simple tests and automate processes, you can also use it to register accounts or fill forms with data. It is really flexible, you can use any JavaScript and jQuery code to write your tests, doesn't need any server setup and once the test is written anyone in the team can run them from their browsers. Documentation and examples: http://xaviesteve.com/5302/feathertest-automated-website-testing-extension-google-chrome Source code: https://github.com/luckyshot/feathertest
Extension Basic Information
Name | FeatherTest - Website Automated Tests |
ID | cpconfnklmionglnfabhmpckegbjdbfe |
Official URL | https://chromewebstore.google.com/detail/feathertest-website-autom/cpconfnklmionglnfabhmpckegbjdbfe |
Description | Fast and easy Website Automated Testing and Macros for Google Chrome |
File Size | 43.4 KB |
Installation Count | 280 |
Current Version | 1.0.6 |
Last Updated | 2015-12-14 |
Publish Date | 2015-12-14 |
Rating | 3.80/5 Total 5 Ratings |
Developer | https://xaviesteve.com |
[email protected] | |
Payment Type | free |
Extension Website | http://xaviesteve.com/5302/feathertest-automated-website-testing-extension-google-chrome |
Help Page URL | https://github.com/luckyshot/feathertest/issues |
Privacy Policy Page URL | https://xaviesteve.com/legal |
Supported Languages | en |
manifest.json | |
{ "version": "1.0.6", "short_name": "FeatherTest", "name": "FeatherTest - Website Automated Tests", "description": "Fast and easy Website Automated Testing and Macros for Google Chrome", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |