JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q32129F
  • License MIT

End-to-end web testing on top of Chrome Debugging Protocol

Package Exports

  • websteps

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (websteps) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-websteps

npm version Dependency Status devDependency Status

End-to-end web testing on top of Chrome Debugging Protocol

Pure JavaScript except for Chrome itself. No Java-based Selenium or platform-specific binary chromedriver required.

API described by the test.

npm install
npm test

Roadmap

Pull requests are most welcome!

  • Add strategy for finding Chrome binary on OSX and Linux
  • Travis-CI job
  • Better strategy for finding Chrome binary on Windows