UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

11 lines (8 loc) 282 B
describe('baseUrl', function() { before(h.setup()); it('should get prepended if url starts with /', function() { return this.client.url('/test/site/www/two.html').getTitle().then(function (title) { title.should.be.equal('two'); }); }); });