Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #905

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,19 @@ In your `package.json` add a new script to invoke the `replay` command:
"scripts": {
"replay": "replay recording.json"
}
}
```

$ controles de relaciones públicas de gh
Todas las comprobaciones fueron exitosas:
1 fallida, 3 exitosas y 1 pendiente

You can also give folder name as a parameter to run all the files in a folder.
. CódigoQL 3m43s https://github.com/cli/cli/runs/123
✓ compilación (macos-latest) 4 minutos y 18 segundos https://github.com/cli/cli/runs/123
✓ compilación (ubuntu-latest)

Using CLI +

Using CLI + npx:

```bash
npx @puppeteer/replay all-recordings # runs all recordings in the "all-recordings" folder.
npx @pupeteer/replay all-recordings # runs all recordings in the "all-recordings" folder.
```

Using CLI + package.json:
Expand Down