UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

11 lines (8 loc) 269 B
describe('getTitle', function() { before(h.setup()); it('should return the text of a single element', function() { return this.client.getTitle().then(function (title) { title.should.be.exactly(conf.testPage.title); }); }); });