Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always print console.logs even in passing tests #6174

Open
kanej opened this issue Jan 22, 2025 · 0 comments
Open

Always print console.logs even in passing tests #6174

kanej opened this issue Jan 22, 2025 · 0 comments
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task

Comments

@kanej
Copy link
Member

kanej commented Jan 22, 2025

In Hardhat 3 Solidity Tests we only print console.logs if there has been a test failure. The feedback from users is this is unexpected.

We should switch this to the less surprising policy of always printing console.logs. This policy should likely not be applied to fuzz and invariant tests.

This will require changes on the EDR side.

@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Jan 22, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Hardhat Jan 22, 2025
@kanej kanej moved this from Backlog to To-do in Hardhat Jan 22, 2025
@kanej kanej added the v-next A Hardhat v3 development task label Jan 22, 2025
@kanej kanej added this to the Public Alpha Feature Rollout milestone Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task
Projects
Status: To-do
Development

No branches or pull requests

1 participant