File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,26 @@ jobs:
134134 name : Run jasmine tests (part B)
135135 command : .circleci/test.sh virtual-webgl-jasmine
136136
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+
137157 flaky-no-gl-jasmine :
138158 docker :
139159 # need '-browsers' version to test in real (xvfb-wrapped) browsers
@@ -493,6 +513,9 @@ workflows:
493513 - virtual-webgl-jasmine :
494514 requires :
495515 - install-and-cibuild
516+ - webgl-jasmine-chromeLatest :
517+ requires :
518+ - install-and-cibuild
496519 - flaky-no-gl-jasmine :
497520 requires :
498521 - install-and-cibuild
You can’t perform that action at this time.
0 commit comments