edr
edr copied to clipboard
Implement a way to run the stack traces tests cases automatically
#319 doesn't assume that we are running the stack traces test cases automatically, but we have a lot of them so we should abstract them and execute them with a single runner.
One option is to do the same we do in Hardhat: have directories with solidity files, plus JSON files that work as DSLs for those tests. But we can consider alternative options (macros? a different way to express the DSL?)