UNPKG

nemo

Version:

Wrapper to run mocha suites with injected selenium-webdriver instance

9 lines (7 loc) 187 B
describe('@trivial@', function () { it('should run quickly', async function () { let nemo = this.nemo; let {baseUrl} = nemo.data; await nemo.driver.get(baseUrl); }); });