chore(run-tests.sh): add installation of playwright if not already installed
This commit is contained in:
parent
bb17616d4f
commit
68e76dce41
2 changed files with 655 additions and 649 deletions
1301
src/frontend/package-lock.json
generated
1301
src/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -30,6 +30,9 @@ terminate_process_by_port() {
|
|||
# Trap signals to ensure cleanup on script termination
|
||||
trap 'terminate_process_by_port 7860; terminate_process_by_port 3000' EXIT
|
||||
|
||||
# install playwright if there is not installed yet
|
||||
npx playwright install
|
||||
|
||||
# Navigate to the project root directory (where the Makefile is located)
|
||||
cd ../../
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue