[Bug-Candidate]:
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:
Code example to reproduce the issue:
dashboard: false
Version:
Echidna 2.2.1
Relevant log output:
No response
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?
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.