Skip to content

Commit

Permalink
Update replay doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jecfish authored and OrKoN committed May 12, 2022
1 parent ccfbc33 commit 440f6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ npm install puppeteer --save
```
## Getting started with Puppeteer Replay

You can use Puppeteer Replay:
You can use Puppeteer Replay to:

1. **Replay recording**. Replay recording with CLI or using [the replay lib API](/examples/replay-from-file-using-puppeteer/main.js).
2. **Customize replay**. Customize how a recording is run (e.g. capture screenshots after each step, intergrate with 3rd party libraries).
3. **Transform recoding**. Customize how a recording is stringified. (e.g transform/convert the recording into other format (e.g. [Cypress](https://github.com/cypress-io/cypress-chrome-recorder) test script)
3. **Transform recoding**. Customize how a recording is stringified. (e.g. transform the recording into other format like [Cypress test script](https://github.com/cypress-io/cypress-chrome-recorder))

### 1. Replay recording

Expand Down

0 comments on commit 440f6a3

Please sign in to comment.