{
    "proxyPort": 9000,
    "proxyUrl": "http://localhost:9000/",
    "environments": [
            { "browserName": "chrome"}
        ],
        
    "loaderOptions": {
        "packages": [
            { "name": "JSXGraph", "location": "src" }
        ]
    },


    "maxConcurrency": 3,

    "suites": [
        "tests/unit/jxg",
        "tests/unit/utils/base64",
        "tests/unit/utils/color",
        "tests/unit/utils/encoding",
        "tests/unit/utils/type",
        "tests/unit/utils/uuid"
    ],

    "tunnel": "selenium",
    "tunnelOptions": {
        "hostname": "localhost",
    	"port": 4444,
    	"drivers": [
    		{
    			"name": "chrome"    		}
    	]
    }
}
