Fitnesse Variables

Show all variables affecting this Test

Qu'est-ce que Fitnesse Variables ?

Fitnesse Variables est une extension Chrome développée par Mike Plavsky, et sa fonction principale est "Show all variables affecting this Test".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fitnesse Variables

Téléchargez les fichiers d'extension Fitnesse Variables au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Fitnesse Variables Fitnesse Variables
ID amgkojinnkjklgafkndmkidffohpleaf
URL Officiel https://chromewebstore.google.com/detail/fitnesse-variables/amgkojinnkjklgafkndmkidffohpleaf
Description Show all variables affecting this Test
Taille du Fichier 150 KB
Nombre d'Installations 35
Version Actuelle 0.1.3.2
Dernière Mise à Jour 2015-04-09
Date de Publication 2015-04-09
Évaluation 5.00/5 Total 6 Évaluations
Développeur Mike Plavsky
Type de Paiement free
Site Web de l'Extension https://github.com/mikeplavsky/Fitnesse-Variables
URL de la Page d'Aide https://github.com/mikeplavsky/Fitnesse-Variables/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}