mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
refactor(web): output id in console error of playwright TC reporter
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
This commit is contained in:
parent
115ab18d71
commit
d93fc5aa7e
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class TestNode {
|
|||
if (TestNode.Nodes.size > 0) {
|
||||
console.error(`Still have ${TestNode.Nodes.size} nodes hanging around`);
|
||||
for (const [id, node] of Array.from(TestNode.Nodes.entries())) {
|
||||
console.error(`Remaining node title: '${node.suiteOrTest.title}'`);
|
||||
console.error(`Remaining node title: '${node.suiteOrTest.title}' (id: '${id}')`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue