From 2dc93ed4a9265c8a98583612ea8392dc1a49e99e Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Wed, 29 May 2024 08:41:17 +0200 Subject: [PATCH] Update README.md --- README.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/README.md b/README.md index 2389d11..1ff3d48 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,3 @@ # sitespeed.io plugin for running WebPageTest -Run WebPageTest as a plugin for sitespeed.io. - -You can read more about sitespeed.io plugins [here](https://www.sitespeed.io/documentation/sitespeed.io/plugins/). - - - -## Maintainer needed -We are looking for someone that can give some love to the WebPageTest plugin. You are probably working at Catchpoint and gets paid to promote WebPageTest. Ping us by [creating a issue](https://github.com/sitespeedio/plugin-webpagetest/issues/new)! - -## Test with current main - -If you have checked out as the same level as sitespeed.io you run it like this (else just change the path). - -```bash -git clone https://github.com/sitespeedio/sitespeed.io.git -cd sitespeed.io -npm install -bin/sitespeed.js --plugins.add ../plugin-webpagetest/index.js https://www.sitespeed.io/ -n 1 --webpagetest.key YOUR_KEY -``` - -## Run in production -If you want to run WebPageTest with your other sitespeed.io test, follow the instructions in the [add a plugin docs](https://www.sitespeed.io/documentation/sitespeed.io/plugins/#add-a-plugin) or use the sitespeed.io-webpagetest container. Read the [documentation](https://www.sitespeed.io/documentation/sitespeed.io/webpagetest/). -## sitespeed.io version - -You need sitespeed.io 27.0 or later to run the plugin. +The support for this plugin has been removed. If you want to use WebPageTest together with sitespeed.io feel free to use this code yourself.