Klee
Record browser interaction flows once, test them anytime.
To install globally
npm i -g klee
WARNING:
HERE
This project is a work in progress. Feel welcome and free to submit any idea, issue, feedback...Upcoming features:
- Execute recorded flows
- Execute recorded flows in non-headless mode
- Return postman collection json files
- What would you like to see? suggestions welcome
Usage
$ npm install -g klee$ klee COMMANDrunning command...$ klee (-v|--version|version)klee/0.0.3 darwin-x64 node-v11.10.1$ klee --help [COMMAND]USAGE $ klee COMMAND...
Commands
klee help [COMMAND]
display help for klee
USAGE
$ klee help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
klee record URL
Record interactions in a target URL.
USAGE
$ klee record URL
ARGUMENTS
URL Url to start recording
DESCRIPTION
Record interactions in a target URL.
See code: src/commands/record.js