Skip to content

Commit 7241743

Browse files
committed
fix: update README for generation of test wallets and correct singular terms
1 parent 4896bfb commit 7241743

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tests/govtool-frontend/playwright/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,11 @@ npm run generate-faucet-wallet
9292
```
9393

9494
The script will:
95+
9596
- Display the wallet details (payment private key, stake public key hash, and wallet address) in the terminal.
9697

9798
**Example Output:**
99+
98100
```
99101
🎉 Wallet generated successfully!
100102
-----------------------------------
@@ -136,17 +138,17 @@ https://${network}.cardanoscan.io/address/<your-wallet-address>
136138
Replace `${network}` with the appropriate Cardano network (e.g.`preprod`, or `preview`) and `<your-wallet-address>` with the generated address.
137139

138140
**Example**:
141+
139142
- For a preview wallet: `https://preview.cardanoscan.io/address/<your-wallet-address>`
140143
- Monitor the balance to ensure it meets the requirements for individual or all test runs.
141144

142-
143145
---
144146

145147
## 🧪 Running Tests
146148

147149
### 🔑 Generate Test Wallets
148150

149-
Before each test run, generate test wallets which is required for wallet dependent test:
151+
Before each test run, generate test wallets required for wallet-dependent tests:
150152

151153
```bash
152154
npm run generate-wallets
@@ -178,7 +180,7 @@ Each test suite can be run in **UI** or **Headless** mode.
178180

179181
---
180182

181-
#### 1. **Delegation Pillars**
183+
#### 1. **Delegation Pillar**
182184

183185
- **Pre-requisite**: Ensure the faucet address holds at least **12,000 ADA**.
184186

@@ -196,7 +198,7 @@ npm run test:headless:delegation-pillar
196198

197199
---
198200

199-
#### 2. **Voting Pillars**
201+
#### 2. **Voting Pillar**
200202

201203
- **Pre-requisite**: Ensure the faucet address holds at least **12,000 ADA**.
202204

@@ -230,7 +232,7 @@ npm run test:headless:outcomes
230232

231233
---
232234

233-
#### 4. **Proposal Pillars**
235+
#### 4. **Proposal Pillar**
234236

235237
_Includes both Proposal Discussion and Budget Discussion_
236238

0 commit comments

Comments
 (0)