Skip to content

Commit

Permalink
do not run safari e2e tests on https
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Nov 25, 2024
1 parent cb24067 commit e48da2a
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .buildkite/browser-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,31 @@ steps:
adjustments:
- with: { browser: firefox, version: 60 }
- with: { browser: edge, version: 80 }
- with: { browser: safari, version: 11 }
- with: { browser: edge, version: latest }

# BrowserStack non-https
- label: ":browserstack: :{{ matrix.browser }}: {{ matrix.version }} Browser tests${EXTRA_STEP_LABEL}"
depends_on: "browser-maze-runner-legacy-${USE_CDN_BUILD}"
timeout_in_minutes: 30
plugins:
docker-compose#v4.12.0:
pull: browser-maze-runner-legacy
run: browser-maze-runner-legacy
use-aliases: true
command:
- --farm=bs
- --browser={{ matrix.browser }}_{{ matrix.version }}
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^main|next$$"
api-token-env-name: "BROWSER_PERFORMANCE_BUILDKITE_ANALYTICS_TOKEN"
concurrency: 2
concurrency_group: "browserstack"
matrix:
setup:
browser: [safari]
version: [11]

0 comments on commit e48da2a

Please sign in to comment.