From 465bb735761a08c058df6257ce03de950987af29 Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Thu, 21 Nov 2024 19:02:08 +0000 Subject: [PATCH] refactor: simplify helper script further discussion is needed on how exactly we will pass environment-specific information to the tests. --- tests/playwright/run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/playwright/run.sh b/tests/playwright/run.sh index 8ba2ee1e4..e10e29572 100755 --- a/tests/playwright/run.sh +++ b/tests/playwright/run.sh @@ -2,7 +2,5 @@ set -e -base_url="https://dev-benefits.calitp.org" - # also uses arguments from pytest.ini -pytest --base-url $base_url +pytest