testchrome

0.1.3 • Public • Published

Simple web testing

##Install & Self-test

npm install testchrome

(async ()=>{
  var page = require('testchrome')('https://google.com')
  await page.evaluate('1+1')
  await page.get('https://...') // returns JSON
})()

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    4
    • latest

Version History

Package Sidebar

Install

npm i testchrome

Weekly Downloads

1

Version

0.1.3

License

none

Last publish

Collaborators

  • digital_planets