echidna icon indicating copy to clipboard operation
echidna copied to clipboard

[Bug-Candidate]:

Open 0xneves opened this issue 2 years ago • 1 comments

Describe the issue:

I would like to run all possible tests in the repository without constantly needing to close the UI to proceed with each test. According to: https://github.com/crytic/echidna/wiki/Config You can deactivate the dashboard by setting it to false in the config yaml file. But the dashboard stays persistent:

image

Code example to reproduce the issue:

dashboard: false

Version:

Echidna 2.2.1

Relevant log output:

No response

0xneves avatar Nov 30 '23 21:11 0xneves

The dashboard setting doesn't seem to be working for me either.

You can also disable it by using the --format text option

I would like to run all possible tests in the repository without constantly needing to close the UI to proceed with each test.

Could you elaborate on this? What do you mean with proceeding to another test?

rappie avatar Dec 07 '23 23:12 rappie

I removed the dashboard option from the wiki page since there is no longer such option. As @rappie wrote, you can add format: text to config or --format text to CLI to disable the interactive TUI.

arcz avatar Mar 04 '24 13:03 arcz