sitespeedio / sitespeedio/browsertime

No Har file when using Safari on MacOS Monterrey

Open
#1,777 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

safari upstream
Dominant language
JavaScript
Stars
652
Forks
141
Avg merge
3h 56m
Merged PRs (30d)
5

Description

Have you read the documentation?
URL

www.google.com

What are you trying to accomplish

I am using BrowserTime on MacOS with Safari 15.4. I cannot find the HAR file, while with Chrome everything works.

What browser did you use?

Safari Mac OS

How to reproduce
Running this on MacOS:


./node_modules/browsertime/bin/browsertime.js -b safari https://www.google.com -n 1 --visualMetrics --viewPort=800x600


### Relevant log output

```shell
[2022-04-28 16:09:44] INFO: Running tests using Safari - 1 iteration(s)
[2022-04-28 16:09:45] INFO: Testing url https://www.google.com iteration 1
[2022-04-28 16:10:04] INFO: Get visual metrics from the video
[2022-04-28 16:10:06] INFO: https://www.google.com TTFB: 112ms, firstVisualChange: 33ms, FCP: 222ms, DOMContentLoaded: 203ms, Load: 320ms, speedIndex: 7.59s, visualComplete85: 8.33s, lastVisualChange: 8.47s
[2022-04-28 16:10:06] INFO: Wrote data to browsertime-results/www.google.com/2022-04-28T160943+0200

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by running the provided browsertime.js command with Safari and compare its output directory with a Chrome run. Inspect browsertime-results/www.google.com/2022-04-28T160943+0200 and trace where HAR output is written; done means Safari produces a HAR file as Chrome does.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.