Skip to content

Commit

Permalink
refactor: simplify helper script
Browse files Browse the repository at this point in the history
further discussion is needed on how exactly we will pass
environment-specific information to the tests.
  • Loading branch information
angela-tran committed Nov 21, 2024
1 parent bff1ec0 commit 694aeae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/playwright/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 694aeae

Please sign in to comment.