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 5dd79bb commit db1ba0cCopy full SHA for db1ba0c
models/PlaywrightMixins.cfm
@@ -18,7 +18,7 @@
18
variables.javaSystem = createObject( "java", "java.lang.System" );
19
variables.javaPaths = createObject( "java", "java.nio.file.Paths" );
20
21
- variables.playwrightVersion = fileRead( expandPath( "/playwright.version" ) );
+ variables.playwrightVersion = fileRead( expandPath( "/cbPlaywright/playwright.version" ) );
22
23
var driverDir = variables.javaSystem.getEnv( "CBPLAYWRIGHT_DRIVER_DIR" );
24
if ( isNull( driverDir ) ) {
0 commit comments