Fitnesse Variables

Show all variables affecting this Test

Vad är Fitnesse Variables?

Fitnesse Variables är en Chrome-tillägg utvecklad av Mike Plavsky, och dess huvudfunktion är "Show all variables affecting this Test".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Fitnesse Variables-förlängningens CRX-fil

Ladda ner Fitnesse Variables-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Fitnesse Variables Fitnesse Variables
ID amgkojinnkjklgafkndmkidffohpleaf
Officiell webbadress https://chromewebstore.google.com/detail/fitnesse-variables/amgkojinnkjklgafkndmkidffohpleaf
Beskrivning Show all variables affecting this Test
Filstorlek 150 KB
Antal Installationer 35
Aktuell Version 0.1.3.2
Senast Uppdaterad 2015-04-09
Publiceringsdatum 2015-04-09
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare Mike Plavsky
Betalningssätt free
Tilläggswebbplats https://github.com/mikeplavsky/Fitnesse-Variables
Hjälpsida URL https://github.com/mikeplavsky/Fitnesse-Variables/issues
Stödda Språk 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"
            ]
        }
    ]
}