File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,26 @@ jobs:
134
134
name : Run jasmine tests (part B)
135
135
command : .circleci/test.sh virtual-webgl-jasmine
136
136
137
+ webgl-jasmine-chromeLatest :
138
+ docker :
139
+ # need '-browsers' version to test in real (xvfb-wrapped) browsers
140
+ - image : cimg/node:18.20.4-browsers
141
+ environment :
142
+ # Alaska time (arbitrary timezone to test date logic)
143
+ TZ : " America/Anchorage"
144
+ parallelism : 8
145
+ working_directory : ~/plotly.js
146
+ steps :
147
+ - browser-tools/install-browser-tools : &browser-versions
148
+ install-firefox : false
149
+ install-geckodriver : false
150
+ install-chrome : true
151
+ - attach_workspace :
152
+ at : ~/
153
+ - run :
154
+ name : Run jasmine tests (part B)
155
+ command : .circleci/test.sh webgl-jasmine
156
+
137
157
flaky-no-gl-jasmine :
138
158
docker :
139
159
# need '-browsers' version to test in real (xvfb-wrapped) browsers
@@ -493,6 +513,9 @@ workflows:
493
513
- virtual-webgl-jasmine :
494
514
requires :
495
515
- install-and-cibuild
516
+ - webgl-jasmine-chromeLatest :
517
+ requires :
518
+ - install-and-cibuild
496
519
- flaky-no-gl-jasmine :
497
520
requires :
498
521
- install-and-cibuild
You can’t perform that action at this time.
0 commit comments