Skip to content

Sitespeed test not generating a proper report #4612

@KalyaniPatkiTR

Description

@KalyaniPatkiTR

Have you read the documentation?

URL

https://www.sitespeed.io

What are you trying to accomplish

I tried installing Sitespeed on my system through Node js & also through docker. but in both cases, The report being generated on executing any test be it just one URL or a full script, is broken. The first page looks fine but as we navigate further into details, the html report is broken. Attaching few screenshots for reference.

Image Image Image

What browser did you use?

Chrome

How to reproduce

Install Sitespeed.io on local.
I followed below steps:
Install node JS & npm
Install git bash
Download sitespeed – git clone https://github.com/sitespeedio/sitespeed.io.git
npm install -g sitespeed.io
Install Dependencies:
	Choco install ffmpeg
Choco install imagemagick.app –version=7.0.10.53 -PackageParameters LegacySupport=true
Choco outdated
Choco install python
Choco install microsoft-edge
Choco install googlechrome
Curl https://boostrap.pypa.io/get-pip.py -o get-pip.py
Python get-pip.py
Python -m pip install --upgrade --user pip
Python -m pip install --upgrade --user setuptools
Python -m pip install --user pyssim
Python -m pip --version
Python -m pip show Pillow
Python -m pip show pyssim


execute test with below command:

sitespeed.io https://www.sitespeed.io -b chrome -n 1

Log output

Log output is attached

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions