6acf159492
in log: "xStatic libraries not found, please set up venv" Added the post npm install step to setup the venv which includes the static libraries and horizon. And include that path in the base search paths for karma and allow development to run tests as well. Pull in test-shim.js from horizon master. Closes-Bug: #1538264 Change-Id: Ia83a45f9e18335fa7802267d428d62b99a731dfe
30 lines
887 B
JSON
30 lines
887 B
JSON
{
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"name": "neutron-lbaas-dashboard",
|
|
"description": "Neutron LBaaS v2 Dashboard",
|
|
"repository": "none",
|
|
"license": "Apache 2.0",
|
|
"devDependencies": {
|
|
"eslint": "1.2.1",
|
|
"eslint-config-openstack": "1.2.3",
|
|
"eslint-plugin-angular": "0.15.0",
|
|
"jasmine-core": "2.2.0",
|
|
"karma": "0.12.31",
|
|
"karma-chrome-launcher": "0.1.8",
|
|
"karma-cli": "0.0.4",
|
|
"karma-coverage": "0.3.1",
|
|
"karma-jasmine": "0.3.5",
|
|
"karma-ng-html2js-preprocessor": "0.1.2",
|
|
"karma-phantomjs-launcher": "0.2.0",
|
|
"karma-threshold-reporter": "0.1.15",
|
|
"phantomjs": "1.9.17"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "neutron_lbaas_dashboard/post_install.sh",
|
|
"test": "karma start neutron_lbaas_dashboard/karma.conf.js --single-run",
|
|
"lint": "eslint --no-color neutron_lbaas_dashboard/static"
|
|
},
|
|
"dependencies": {}
|
|
}
|