klee
Version:
Record browser interactions for testing.
81 lines (57 loc) • 1.56 kB
Markdown
# Klee
**Record browser interaction flows once, test them anytime.**
**To install globally**
`npm i -g klee`
## **WARNING:**
## This project is a work in progress. Feel welcome and free to submit any idea, issue, feedback... [HERE](https://github.com/juansgaitan/klee/issues/new)
### 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](https://github.com/juansgaitan/klee/issues/new)
<!-- toc -->
* [Klee](#klee)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g klee
$ klee COMMAND
running command...
$ klee (-v|--version|version)
klee/0.0.3 darwin-x64 node-v11.10.1
$ klee --help [COMMAND]
USAGE
$ klee COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`klee help [COMMAND]`](#klee-help-command)
* [`klee record URL`](#klee-record-url)
## `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](https://github.com/oclif/plugin-help/blob/v2.1.6/src/commands/help.ts)_
## `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](https://github.com/juansgaitan/Klee/blob/v0.0.3/src/commands/record.js)_
<!-- commandsstop -->