Skip to content

Test Firefox

Test Firefox #3

Workflow file for this run

name: Test start Firefox 121
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macos-13
timeout-minutes: 30
steps:
- name: Install dependencies
run: |
brew update
brew install --cask firefox
brew install geckodriver
- name: Show versions
run: |
firefox --version
geckodriver --version
- name: Test
run: |
geckodriver --log trace &
curl -H 'Content-Type: application/json' -d '{"capabilities": {"alwaysMatch": {"acceptInsecureCerts": true}}}' http://localhost:4444/session