chore(run-tests.sh): add installation of playwright if not already installed

This commit is contained in:
anovazzi1 2023-10-18 14:46:53 -03:00
commit 68e76dce41
2 changed files with 655 additions and 649 deletions

File diff suppressed because it is too large Load diff

View file

@ -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 ../../