1.1.0 • Published 5 years ago

puppet-strings-carlo v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

puppet-strings-carlo

npm Build Status dependencies Status devDependencies Status

Automate Carlo apps with puppet-strings

Example

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'))

Installation

Install puppet-strings-carlo by running:

yarn add puppet-strings-carlo