Skip to content

Commit 63b1466

Browse files
committed
adressed commit errors
1 parent f9e9474 commit 63b1466

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,10 @@ After running tests with tracing enabled, trace files are saved in the test-resu
179179

180180
To view a trace:
181181

182-
Open https://trace.playwright.dev/
183-
184-
Drag and drop the .zip file from the test-results folder into the browser window
185-
186-
Use the interactive viewer to explore browser actions, network activity, and DOM snapshots
187-
188-
This is especially useful for debugging failed tests or understanding complex UI flows.
182+
- Open [Playwright Trace Viewer](https://trace.playwright.dev/)
183+
- Drag and drop the .zip file from the test-results folder into the browser window
184+
- Use the interactive viewer to explore browser actions, network activity, and DOM snapshots
185+
- This is especially useful for debugging failed tests or understanding complex UI flows.
189186

190187
### Test Structure and Conventions
191188

@@ -207,7 +204,6 @@ Example: test_login_to_bcss.py
207204
Page Object Models: <page>_page.py
208205
Example: login_failure_screen_page.py
209206

210-
211207
#### 3. Test Function Anatomy
212208

213209
Each test typically follows this structure:

0 commit comments

Comments
 (0)