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

Encountered error during test output analysis #34

Open
navdeepblock8 opened this issue Jun 29, 2021 · 4 comments
Open

Encountered error during test output analysis #34

navdeepblock8 opened this issue Jun 29, 2021 · 4 comments

Comments

@navdeepblock8
Copy link

Vertigo showing this error when run with Hardhat. Can someone help me to solve this issue?

@patitonar
Copy link

Having the same issue. I had to first rename hardhat.config.ts to .js because of the error Could not find supported project directory in. But now I'm also facing the error: Encountered an error while running the framework's test command: Encountered error during test output analysis

@martincik
Copy link

For me the way to fix this is to remove additional plugins inside Hardhat that are outputting something on the stdout. In my case it was require("hardhat-gas-reporter");. Hope this helps!

@BitBravo
Copy link

When I test it using truffle, got the same error.
If we use console or logger in the migration scripts, then will get this issues.
This is grabbing all logs and trying to convert json format.
If there are some additional logs, then will get that issue

@bebofit
Copy link

bebofit commented Oct 5, 2023

did anyone find a solution for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants