Skip to content

Commit f8997bd

Browse files
committed
chore: update test generator readme
1 parent 03466e7 commit f8997bd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,19 @@ API_URL=<Optional, Stream API URL>
9494

9595
2. Install dependencies: `yarn` (from the repository root)
9696

97+
### Typical use-case
98+
99+
Run these scripts in the following order:
100+
101+
```bash
102+
yarn create-users
103+
yarn create-follows
104+
# Adjust what features you need
105+
yarn create-posts --features link,attachment,mention,poll,reaction,comment,bookmark,repost
106+
# Optional, only useful if you have story feeds
107+
yarn create-stories
108+
```
109+
97110
### Available Scripts
98111

99112
Run these commands from the `test-data-generator/` directory:

0 commit comments

Comments
 (0)