Skip to content

nitra/wpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wpr

Web Page Replay Go binary

Platform dependent binary installer of WebPageReplay for node projects. Useful for serverless.

Provide binary of wpr for the Linux x64 and Mac platforms.

Install

npm install --save wpr

Usage examples

const wpr = require('wpr')

// start record
await wpr.start('record')

// start play
await wpr.start()

// start play or record
await wpr.stop()

// remove wpr file
await wpr.clean()

set ENV VERBOSE to extened output

Releases

No releases published

Packages

No packages published