edr icon indicating copy to clipboard operation
edr copied to clipboard

Implement a way to run the stack traces tests cases automatically

Open fvictorio opened this issue 11 months ago • 0 comments

#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?)

fvictorio avatar Mar 08 '24 17:03 fvictorio