Fitnesse Variables
Show all variables affecting this Test
Fitnesse Variables क्या है?
Fitnesse Variables Mike Plavsky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show all variables affecting this Test"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fitnesse Variables एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It shows you the number and values of all (presumably ;)) variables influencing this test page. Technically it goes all the way up from the test page URL analyzing pages through ?edit command. If some variable is found several times you see those several definitions. Depending on circumstances it can be a problem or just a regular situation. In any way it shows you what Fitnesse doesn't - all variables in a single place!
एक्सटेंशन की मूल जानकारी
नाम | Fitnesse Variables |
ID | amgkojinnkjklgafkndmkidffohpleaf |
आधिकारिक URL | https://chromewebstore.google.com/detail/fitnesse-variables/amgkojinnkjklgafkndmkidffohpleaf |
विवरण | Show all variables affecting this Test |
फ़ाइल का आकार | 150 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 0.1.3.2 |
अंतिम अपडेट | 2015-04-09 |
प्रकाशन तिथि | 2015-04-09 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | Mike Plavsky |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mikeplavsky/Fitnesse-Variables |
सहायता पृष्ठ URL | https://github.com/mikeplavsky/Fitnesse-Variables/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fitnesse Variables", "version": "0.1.3.2", "description": "Show all variables affecting this Test", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "FitNesseRoot\/files\/core\/styles\/base.css" ], "js": [ "FitNesseRoot\/files\/core\/soyutils.js", "FitNesseRoot\/files\/core\/ui-templates.js", "lib\/jquery-1.4.4.js", "FitNesseRoot\/files\/core\/utils.js", "FitNesseRoot\/files\/core\/variables.js", "FitNesseRoot\/files\/core\/ui.js", "inspector.js" ] } ] } |