0.3.0 • Published 11 years ago

jasmine-html-runner v0.3.0

Weekly downloads
43
License
-
Repository
github
Last release
11 years ago

jasmine-html-runner for NodeJS

It uses phantomjs to execute your html jasmine spec runner and fetches the results when the test ends, then it outputs in the console.

External dependencies

phantomjs v1.6.0

Configuration file

A JSON file containing the following structure:

{
    "serverRootPath": ".",
    "servicesPrefix": '/webservice/',
    "jsonMocksPath": "./mocks/",
    "webServices": {
        "get": {
            "plan/search/definition": "mockSearchDefinition.json",
        },
    	"post": {
			"plan/search": "mockPlanSearch.json"
		}
	}
}

Running

node index -c path-to-configuration-file

0.3.0

11 years ago

0.2.5

11 years ago

0.2.4

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago