neo4j / neo4j-javascript-driver

Neo4j Bolt driver for JavaScript
https://neo4j.com/docs/javascript-manual/current/
Apache License 2.0
853 stars 148 forks source link

testkit: Enable browser tests log on terminal #1181

Closed bigmontz closed 7 months ago

bigmontz commented 7 months ago

Introduce a Console message in the protocol between the LocalController on Browser and the RemoteController in Node for enabling the logs and other console messages to be printed in terminal and be available in artifacts.

This feature should help debugging the errors in the testing pipeline.