File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,43 @@ jobs:
163163 name : Test MathJax on firefox-81
164164 command : .circleci/test.sh mathjax-firefox
165165
166+ mathjax-firefox82 :
167+ docker :
168+ # need '-browsers' version to test in real (xvfb-wrapped) browsers
169+ - image : cimg/node:16.8.0-browsers
170+ environment :
171+ # Alaska time (arbitrary timezone to test date logic)
172+ TZ : " America/Anchorage"
173+ working_directory : ~/plotly.js
174+ steps :
175+ - browser-tools/install-browser-tools : &browser-versions
176+ firefox-version : ' 82.0'
177+ install-chrome : false
178+ install-chromedriver : false
179+ - attach_workspace :
180+ at : ~/
181+ - run :
182+ name : Test MathJax on firefox-81
183+ command : .circleci/test.sh mathjax-firefox
184+
185+ mathjax-firefoxLatest :
186+ docker :
187+ # need '-browsers' version to test in real (xvfb-wrapped) browsers
188+ - image : cimg/node:16.8.0-browsers
189+ environment :
190+ # Alaska time (arbitrary timezone to test date logic)
191+ TZ : " America/Anchorage"
192+ working_directory : ~/plotly.js
193+ steps :
194+ - browser-tools/install-browser-tools : &browser-versions
195+ install-chrome : false
196+ install-chromedriver : false
197+ - attach_workspace :
198+ at : ~/
199+ - run :
200+ name : Test MathJax on firefox-81
201+ command : .circleci/test.sh mathjax-firefox
202+
166203 make-baselines :
167204 parallelism : 4
168205 docker :
@@ -343,6 +380,12 @@ workflows:
343380 - mathjax-firefox81 :
344381 requires :
345382 - install-and-cibuild
383+ - mathjax-firefox82 :
384+ requires :
385+ - install-and-cibuild
386+ - mathjax-firefoxLatest :
387+ requires :
388+ - install-and-cibuild
346389 - no-gl-jasmine :
347390 requires :
348391 - install-and-cibuild
You can’t perform that action at this time.
0 commit comments