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 31
31
paths :
32
32
- plotly.js
33
33
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
+
34
63
no-gl-jasmine :
35
64
docker :
36
65
# need '-browsers' version to test in real (xvfb-wrapped) browsers
@@ -258,6 +287,9 @@ workflows:
258
287
build-and-test :
259
288
jobs :
260
289
- install-and-cibuild
290
+ - timezone-jasmine :
291
+ requires :
292
+ - install-and-cibuild
261
293
- bundle-jasmine :
262
294
requires :
263
295
- install-and-cibuild
You can’t perform that action at this time.
0 commit comments