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
})()

Readme

Keywords

none

Package Sidebar

Install

npm i testchrome

Weekly Downloads

1

Version

0.1.3

License

none

Last publish

Collaborators

  • digital_planets