Skip to content

Commit 91c2d42

Browse files
authored
Merge pull request #1037 from plotly/gl2d-tests
gl2d image tests (finally)
2 parents 95c56e8 + 1e04e9f commit 91c2d42

File tree

69 files changed

+180
-14884
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+180
-14884
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies:
2121
test:
2222
override:
2323
- npm run test-image
24+
- npm run test-image-gl2d
2425
- npm run test-export
2526
- npm run citest-jasmine
2627
- npm run test-bundle

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"test-jasmine": "karma start test/jasmine/karma.conf.js",
3636
"citest-jasmine": "karma start test/jasmine/karma.ciconf.js",
3737
"test-image": "node tasks/test_image.js",
38+
"test-image-gl2d": "node tasks/test_image.js gl2d_* --queue",
3839
"test-export": "node tasks/test_export.js",
3940
"test-syntax": "node tasks/test_syntax.js",
4041
"test-bundle": "node tasks/test_bundle.js",

test/image/baselines/gl2d_10.png

-6.38 KB

test/image/baselines/gl2d_12.png

-386 Bytes

test/image/baselines/gl2d_14.png

-4.81 KB

test/image/baselines/gl2d_17.png

-15.3 KB

test/image/baselines/gl2d_22.png

-37.8 KB
Binary file not shown.

test/image/baselines/gl2d_24.png

-31 KB
Binary file not shown.

test/image/baselines/gl2d_28.png

-71.7 KB
Binary file not shown.

test/image/baselines/gl2d_30.png

-31.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)