Manual linking together of -wd
and -core
:
import initTestium from 'testium-core';
import createDriver from 'testium-driver-wd';
import {test} from 'tap';
test('my test', async t => {
let b = await initTestium().then(createDriver);
await b.navigateTo('/foo');