Plutonomicon / cardano-transaction-lib

A Purescript library for building smart contract transactions on Cardano

Home Page:https://plutonomicon.github.io/cardano-transaction-lib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E2E test suite: Allow piping the logs to the terminal from browser console

klntsky opened this issue · comments

The config option should be implemented via an env variable in test/e2e.env.

Ctl.Internal.Test.E2E.Feedback.Node contains code that suppresses the logs until an error is observed. addLogLine there could be conditionally replaced with Effect.Console.log

duplicate of #1439