UNPKG

nemo

Version:

Wrapper to run mocha suites with injected selenium-webdriver instance

7 lines (5 loc) 155 B
describe('@firstTest@', function () { it('should load a website', async function () { await this.nemo.driver.get(this.nemo.data.baseUrl); }); });