Skip to content

Commit

Permalink
docs: update usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Oct 9, 2024
1 parent 1c76548 commit 5a45099
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@ python3 -m pip install grizzly-framework --upgrade
**Fuzzing** - Run the `no-op` test adapter to check everything is working.

```
python3 -m grizzly <browser-binary> no-op
grizzly <browser-binary> no-op
```

**Reduce** - [Grizzly Reduce](https://github.com/MozillaSecurity/grizzly/wiki/Grizzly-Reduce) can reduce a test case.

```
python3 -m grizzly.reduce <browser-binary> <testcase>
grizzly-reduce <browser-binary> <testcase>
```

**Replay** - [Grizzly Replay](https://github.com/MozillaSecurity/grizzly/wiki/Grizzly-Replay) can replay a test case with different builds and debuggers.

```
python3 -m grizzly.replay <browser-binary> <testcase>
grizzly-replay <browser-binary> <testcase>
```

[Bugzilla](https://bugzilla.mozilla.org/) is also supported by Grizzly Replay. Bugs can be replayed via a bug ID:

```
python3 -m grizzly.replay.bugzilla <browser-binary> <bug_id>
grizzly-replay-bugzilla <browser-binary> <bug_id>
```

Questions
Expand Down

0 comments on commit 5a45099

Please sign in to comment.