We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968d723 commit da6f875Copy full SHA for da6f875
playwright.config.ts
@@ -89,7 +89,7 @@ function readBoolEnv(flag: string, defaultValue: boolean) {
89
return defaultValue
90
}
91
92
- return flag === 'true' || flag === '1' || flag === 'yes'
+ return value === 'true' || value === '1' || value === 'yes'
93
94
95
/**
0 commit comments