LimeChain / etherlime

Dapp Development framework based on ethers.js
MIT License
185 stars 41 forks source link

Enable logging events when testing #301

Open elenadimitrova opened 4 years ago

elenadimitrova commented 4 years ago

I haven't been able to find a way to log all emitted events to the console when testing, similarly to how truffle test --show-events works, see https://www.trufflesuite.com/docs/truffle/reference/truffle-commands#test

ochikov commented 4 years ago

Hello @elenadimitrova, we are going to work also on such a functionality. Thank you for your issue!