UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

11 lines (8 loc) 256 B
describe('getCurrentTabId', function() { before(h.setup()); it('should return a single tab id', function() { return this.client.getCurrentTabId().then(function (tabId) { tabId.should.be.type('string'); }); }); });