From f9d0189ce8734afb76eecbd733c9eb43d72fbb3a Mon Sep 17 00:00:00 2001 From: Cythilya Tang Date: Sun, 9 Jul 2023 21:46:31 +0800 Subject: [PATCH] feat: performance test --- .github/workflows/performance.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index daf5c35..b714b6b 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -21,4 +21,5 @@ jobs: uses: cypress-io/github-action@v5 with: browser: chrome - headed: true \ No newline at end of file + headed: true + wait-on: 'http://localhost:3000' \ No newline at end of file