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
expect(error.toString().trim()).to.equal('LocalError: Either another browserstack local client is running on your machine or some server is listening on port 45690');
256
+
fs.unlinkSync(tempLogPath);
257
+
});
258
+
259
+
afterEach(function(done){
260
+
this.timeout(60000);
261
+
bsLocal.stop(done);
262
+
});
263
+
})
264
+
231
265
describe('LocalBinary',function(){
232
266
describe('Retries',function(){
233
267
varunlinkTmp,
@@ -414,5 +448,12 @@ describe('LocalBinary', function () {
0 commit comments