File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ root=$(dirname $0)/..
99npm run test-jasmine -- --tags=noCI --nowatch || EXIT_STATE=$?
1010
1111# mapbox image tests take too much resources on CI
12-
13- # since the update to mapbox-gl@0.44.0, we must use 'new' image-exporter
12+ #
13+ # since the update to mapbox-gl@0.44.0, we must use orca
1414# as mapbox-gl versions >0.22.1 aren't supported on nw.js@0.12 used in the
1515# 'old' image server
16- $root /../image-exporter/bin/plotly-graph-exporter.js $root /test/image/mocks/mapbox_* \
16+ $root /../orca/bin/orca.js graph \
17+ $root /test/image/mocks/mapbox_* \
1718 --plotly $root /build/plotly.js \
1819 --mapbox-access-token " pk.eyJ1IjoiZXRwaW5hcmQiLCJhIjoiY2luMHIzdHE0MGFxNXVubTRxczZ2YmUxaCJ9.hwWZful0U2CQxit4ItNsiQ" \
1920 --output-dir $root /test/image/baselines/ \
You can’t perform that action at this time.
0 commit comments