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.
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
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.
What browser did you use?
Chrome
How to reproduce
Log output