From 9366e959d2be1f8cd6d435e744e0682bf68b041a Mon Sep 17 00:00:00 2001 From: Restioson Date: Tue, 22 Oct 2024 14:35:01 +0200 Subject: [PATCH] fixup! chore(ci): set up Lighthouse auditing in CI --- app/lighthouserc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lighthouserc.js b/app/lighthouserc.js index 338afbd..f4ec3e2 100644 --- a/app/lighthouserc.js +++ b/app/lighthouserc.js @@ -6,6 +6,7 @@ module.exports = { numberOfRuns: 1, // We don't care about variable page performance metrics in CI - just static asserts startServerCommand: `DB_USER=sadilar DB_PASSWORD=sadilar ` + "python manage.py runserver localhost:3000", + startServerReadyPattern: "/Starting development server at/i", url: [ "http://localhost:3000", "http://localhost:3000/search/",