Skip to content

Commit 597ff6c

Browse files
committed
chore: add logs
1 parent dd6fde5 commit 597ff6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ do
6262
USE_PROTRACTOR=$(npm list --depth 0 --parseable protractor)
6363

6464
if [ -z "$USE_PROTRACTOR" ]; then
65+
echo "Setting up puppeteer for protractor..."
66+
6567
# force specific puppeteer/webdriver version to match up
6668
if [ "$NGX_PACKAGE_MANAGER" == "yarn" ]; then
6769
yarn add npm i puppeteer@16.2.0

0 commit comments

Comments
 (0)