We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6fde5 commit 597ff6cCopy full SHA for 597ff6c
scripts/test.sh
@@ -62,6 +62,8 @@ do
62
USE_PROTRACTOR=$(npm list --depth 0 --parseable protractor)
63
64
if [ -z "$USE_PROTRACTOR" ]; then
65
+ echo "Setting up puppeteer for protractor..."
66
+
67
# force specific puppeteer/webdriver version to match up
68
if [ "$NGX_PACKAGE_MANAGER" == "yarn" ]; then
69
yarn add npm i puppeteer@16.2.0
0 commit comments