File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 3131 paths :
3232 - plotly.js
3333
34+ timezone-jasmine :
35+ docker :
36+ # need '-browsers' version to test in real (xvfb-wrapped) browsers
37+ - image : circleci/node:12.22.1-browsers
38+ working_directory : ~/plotly.js
39+ steps :
40+ - attach_workspace :
41+ at : ~/
42+ - run :
43+ name : Run hover_label test in UTC timezone
44+ environment :
45+ TZ : " UTC"
46+ command : date && npm run test-jasmine hover_label
47+ - run :
48+ name : Run hover_label test in Europe/Berlin timezone
49+ environment :
50+ TZ : " Europe/Berlin"
51+ command : date && npm run test-jasmine hover_label
52+ - run :
53+ name : Run hover_label test in Asia/Tokyo timezone
54+ environment :
55+ TZ : " Asia/Tokyo"
56+ command : date && npm run test-jasmine hover_label
57+ - run :
58+ name : Run hover_label test in America/Toronto timezone
59+ environment :
60+ TZ : " America/Toronto"
61+ command : date && npm run test-jasmine hover_label
62+
3463 no-gl-jasmine :
3564 docker :
3665 # need '-browsers' version to test in real (xvfb-wrapped) browsers
@@ -258,6 +287,9 @@ workflows:
258287 build-and-test :
259288 jobs :
260289 - install-and-cibuild
290+ - timezone-jasmine :
291+ requires :
292+ - install-and-cibuild
261293 - bundle-jasmine :
262294 requires :
263295 - install-and-cibuild
You can’t perform that action at this time.
0 commit comments