Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b70a9c

Browse filesBrowse files
authored
Merge pull request #7138 from plotly/latest-chrome-webgl-test
test webgl jasmine on latest stable chrome i.e. v128 now
2 parents 59b24cb + 10215a5 commit 0b70a9c
Copy full SHA for 0b70a9c

File tree

1 file changed

+23
-0
lines changed
Filter options

1 file changed

+23
-0
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+23Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.