diff --git a/src/driver.ts b/src/driver.ts index 089c467..b26457e 100644 --- a/src/driver.ts +++ b/src/driver.ts @@ -56,7 +56,7 @@ export class SauceDriver { `TestCafe via ${browserName}@${browserVersion} on ${platformName}`, build: this.build, tags: this.tags, - tunnelIdentifier: this.tunnelName, + tunnelName: this.tunnelName, screenResolution: screenResolution, idleTimeout: 3600, // 1 hour enableTestReport: true,