Skip to content

Releases: sitespeedio/onlinetest

testrunner-v1.0.4

25 Jan 05:34
Compare
Choose a tag to compare
  • Replace Intel log with @sitespeed.io/log #117.

server-v1.1.0

25 Jan 05:30
Compare
Choose a tag to compare

Added

  • You can now re-run a test using the re-run button in the search result. Also hover over the result buttons to see what you can do #120

Fixed

  • Use the latest version of the log package #118.
  • Better error logging #119.
  • Fix broken compare button #120
  • Replace intel log with sitespeed.io log #117
  • Update following dependencies: compression 1.7.5, execa 9.5.2, Pg 8.13.1, bull 4.16.5 and helmet 8.0.0.

testrunner-v1.0.3

18 Dec 09:31
Compare
Choose a tag to compare

Fixed

  • Fix killing WebPageReplay correctly and correct path to WebPageReplay files #108.

testrunner-v1.0.2...testrunner-v1.0.3

testrunner-v1.0.2

18 Dec 08:12
Compare
Choose a tag to compare

Fixed

  • Fix broken path to the WebPageReplay script when running as npm package and fix so you also can run desktop test using WebPageReplay when you use npm #107.

server-v1.0.1...testrunner-v1.0.2

testrunner-v1.0.1

06 Dec 16:42
Compare
Choose a tag to compare

Fixed

  • Fixed the release flow so the Docker containers get the correct tag.

server-v1.0.0...testrunner-v1.0.1

testrunner-v1.0.0

06 Dec 14:43
Compare
Choose a tag to compare

1.0.0 - 2024-12-06

Hello and welcome to 1.0.0! In this release we aim to make it easier to run the full setup in Docker!

Breaking change

With the release of 1.0.0 we makes it possible to configure sitespeed.io with the server/testrunner.yml file #92.

That makes things so much easier when doing a default setup. However with this change we also retire the config/sitespeed.json configuration on the server. If you used that, you need to move that configuration to the yaml file for the server.

To start the server and a test runner locally on your machine you use docker compose:
docker compose -f docker-compose.yml -f docker-compose.app.yml up

If you only wants to start the dependencies:
docker compose -f docker-compose.yml up

When you run the dockerised version of the testrunner, the default setup use the last major version of sitespeed.io.

Added

  • A new Docker setup #95

server-v1.0.1

06 Dec 16:53
Compare
Choose a tag to compare

Fixed

  • Fixed the release flow so the Docker containers get the correct tag.

testrunner-v1.0.1...server-v1.0.1

server-v1.0.0

06 Dec 14:41
Compare
Choose a tag to compare

1.0.0 - 2024-12-06

Hello and welcome to 1.0.0! In this release we aim to make it easier to run the full setup in Docker!

Breaking change

With the release of 1.0.0 we makes it possible to configure sitespeed.io with the server/testrunner.yml file #92.

That makes things so much easier when doing a default setup. However with this change we also retire the config/sitespeed.json configuration on the server. If you used that, you need to move that configuration to the yaml file for the server.

To start the server and a test runner locally on your machine you use docker compose:
docker compose -f docker-compose.yml -f docker-compose.app.yml up

If you only wants to start the dependencies:
docker compose -f docker-compose.yml up

When you run the dockerised version of the testrunner, the default setup use the last major version of sitespeed.io.

Added

testrunner-v0.5.6

24 Sep 06:29
Compare
Choose a tag to compare

Fixed

  • Bull 4.16.3 #87

server-v0.4.5

24 Sep 06:39
Compare
Choose a tag to compare

Fixed

  • Express 5.0.0 #86.
  • Update body parser #88.
  • Bull 4.16.3 #87