From d6825112202b3938e61b66107f3519c1cade6218 Mon Sep 17 00:00:00 2001 From: developomp Date: Sat, 29 Jul 2023 10:42:04 +0900 Subject: [PATCH] docs: update testing procedure --- CONTRIBUTING.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5190bce..89a7a5d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,19 @@ ## Testing -Use following services to test & benchmark different aspects of the site +1. Build site -- https://seoptimer.com -- https://gtmetrix.com + ``` + pnpm build + ``` + +2. Run E2E Tests + + ``` + pnpm test:e2e + ``` + +3. Benchmark deployed sites using the following services: + + - https://seoptimer.com + - https://gtmetrix.com