UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

18 lines (14 loc) 436 B
describe('wdio plugin test', function() { it('should take a screenshot using WebdriverCSS', function(done) { browser .url('/') // baseUrl points to github.com .webdrivercss('github', [{ name: 'header', elem: 'div.header' }, { name: 'signup', elem: '.form-signup-home' }]) .call(done); }); });