You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the test runner uses console.log statements directly. Instead all output should be collected in memory and then be displayed as required.
This allows to:
display different verbosity levels (to be defined later)
display different nesting levels of nested calls (as done by the forge test runner)
not to display the different test runs of fuzz tests
only show the output of failed tests
For now it is enough that the test runner then displays the output from memory the same way as it is shown now. We will define the different output scenarios later.
The text was updated successfully, but these errors were encountered:
Currently the test runner uses console.log statements directly. Instead all output should be collected in memory and then be displayed as required.
This allows to:
For now it is enough that the test runner then displays the output from memory the same way as it is shown now. We will define the different output scenarios later.
The text was updated successfully, but these errors were encountered: