File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 23
23
override :
24
24
- docker run -d --name myimageserver -v $PWD:/var/www/streambed/image_server/plotly.js -p 9010:9010 plotly/imageserver:0.2.1; sleep 10
25
25
- sudo lxc-attach -n "$(docker inspect --format '{{.Id}}' myimageserver)" -- bash -c "cd /var/www/streambed/image_server/plotly.js && node test/image/compare_pixels_test.js"
26
+ - npm run citest-jasmine
Original file line number Diff line number Diff line change 50
50
"watch" : " node tasks/watch_plotly.js" ,
51
51
"lint" : " cd src && jshint . || true" ,
52
52
"test-jasmine" : " karma start test/jasmine/karma.conf.js" ,
53
+ "citest-jasmine" : " karma start test/jasmine/karma.ciconf.js" ,
53
54
"test-image" : " ./tasks/test_image.sh" ,
54
55
"test" : " npm run test-jasmine && npm test-image" ,
55
56
"start-test_dashboard" : " node devtools/test_dashboard/server.js" ,
You can’t perform that action at this time.
0 commit comments