0xYYY
0xYYY
taking a look at this, currently working on a proof of concept, will send PR later to start discussion on details
Is it possible that it's caused by other uncaught error? because with the following `forge test` and `forge script` runs, i can see the correct error message `environment variable not...
also tried `envString` and `envAddress`, also showing the correct error message on my end would be helpful if you can provide a minimal reproducible example
I think what OP want is to have the stdout of `forge test`, but at the same time, save the output of `forge test --json` to a file. To implement...