Automate Carlo apps with puppet-strings
const app = await carlo.launch(})
app.serveOrigin('http://example.com')
app.load('http://example.com')
const tab = await openCarlo(app)
const body = await findElement(tab, 'body')
t.true(body.innerText.includes('Example Domain'))
Install puppet-strings-carlo by running:
yarn add puppet-strings-carlo