You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -104,7 +104,7 @@ export class BenchmarkConnector {
104
104
constsuite=this.suites[event.data.name];
105
105
if(!suite)
106
106
console.error(`Suite with the name of "${event.data.name}" not found!`);
107
-
const{ result }=awaitsuite.runAndRecord(params,(test)=>this.sendMessage({type: "step-complete",status: "success",appId: this.appId,name: this.name, test }));
107
+
const{ result }=awaitsuite.runAndRecordSuite(params,(test)=>this.sendMessage({type: "step-complete",status: "success",appId: this.appId,name: this.name, test }));
108
108
this.sendMessage({type: "suite-complete",status: "success",appId: this.appId, result });
0 commit comments