From 4bb32018c13ef4e60a39720bc2ce12df89324d65 Mon Sep 17 00:00:00 2001 From: Alex Plischke Date: Tue, 20 Aug 2024 14:24:42 -0700 Subject: [PATCH] refactor: replace deprecated tunnel capability --- src/driver.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,