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 6f24195 commit 3fef427Copy full SHA for 3fef427
scripts/pit/lib/lib-playwright.sh
@@ -18,7 +18,7 @@ installPlaywright() {
18
19
## Check if playwright is installed, otherwise install it
20
checkPlaywrightInstallation() {
21
- [ -n "$UPDATE" ] && installPlaywright "$1"
+ [ -z "$UPDATE" ] || installPlaywright "$1" || return 1
22
isInstalledPlaywright "$1" && return 0
23
installPlaywright "$1"
24
}
0 commit comments