Skip to content

Commit 4253453

Browse files
committed
test mathjax using firefox v82 and latest
1 parent aef563b commit 4253453

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.circleci/config.yml

+43
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)