File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed
Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -99,5 +99,31 @@ steps:
9999 adjustments :
100100 - with : { browser: firefox, version: 60 }
101101 - with : { browser: edge, version: 80 }
102- - with : { browser: safari, version: 11 }
103102 - with : { browser: edge, version: latest }
103+
104+ # BrowserStack non-https
105+ - label : " :browserstack: :{{ matrix.browser }}: {{ matrix.version }} Browser tests${EXTRA_STEP_LABEL}"
106+ depends_on : " browser-maze-runner-legacy-${USE_CDN_BUILD}"
107+ timeout_in_minutes : 30
108+ plugins :
109+ docker-compose#v4.12.0:
110+ pull : browser-maze-runner-legacy
111+ run : browser-maze-runner-legacy
112+ use-aliases : true
113+ command :
114+ - --farm=bs
115+ - --browser={{ matrix.browser }}_{{ matrix.version }}
116+ artifacts#v1.5.0:
117+ upload :
118+ - " ./test/browser/maze_output/failed/**/*"
119+ test-collector#v1.10.2:
120+ files : " reports/TEST-*.xml"
121+ format : " junit"
122+ branch : " ^main|next$$"
123+ api-token-env-name : " BROWSER_PERFORMANCE_BUILDKITE_ANALYTICS_TOKEN"
124+ concurrency : 2
125+ concurrency_group : " browserstack"
126+ matrix :
127+ setup :
128+ browser : [safari]
129+ version : [11]
You can’t perform that action at this time.
0 commit comments