Commit cf0edeb
test_runner: add passed, attempt, and diagnostic to SuiteContext
PR-URL: #62504
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>1 parent 644e239 commit cf0edebCopy full SHA for cf0edeb
3 files changed
+71Lines changed: 71 additions & 0 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- doc/api
- lib/internal/test_runner
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+39Lines changed: 39 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4268 | 4268 | |
4269 | 4269 | |
4270 | 4270 | |
| 4271 | + |
| 4272 | + |
| 4273 | + |
| 4274 | + |
| 4275 | + |
| 4276 | + |
| 4277 | + |
| 4278 | + |
| 4279 | + |
| 4280 | + |
| 4281 | + |
| 4282 | + |
| 4283 | + |
| 4284 | + |
| 4285 | + |
| 4286 | + |
| 4287 | + |
| 4288 | + |
| 4289 | + |
| 4290 | + |
| 4291 | + |
| 4292 | + |
| 4293 | + |
| 4294 | + |
| 4295 | + |
| 4296 | + |
| 4297 | + |
| 4298 | + |
| 4299 | + |
| 4300 | + |
| 4301 | + |
| 4302 | + |
| 4303 | + |
| 4304 | + |
| 4305 | + |
| 4306 | + |
| 4307 | + |
| 4308 | + |
| 4309 | + |
4271 | 4310 | |
4272 | 4311 | |
4273 | 4312 | |
|
Collapse file
lib/internal/test_runner/test.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/test.js+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
494 | 494 | |
495 | 495 | |
496 | 496 | |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
497 | 509 | |
498 | 510 | |
499 | 511 | |
|
Collapse file
test/parallel/test-runner-test-fullname.js
Copy file name to clipboardExpand all lines: test/parallel/test-runner-test-fullname.js+20Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
12 | 17 | |
13 | 18 | |
14 | 19 | |
| ||
26 | 31 | |
27 | 32 | |
28 | 33 | |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
0 commit comments