Automate regression test checking
- This is related to #269 issue
if you execute run.py this would be the result so now we need to have more structured way to handle tests
This looks awesome!
Do the bash and python do the same thing? I'd rather only maintain one if so, and python seems much better for the task.
I do think we'll need to be able to output the results to YAML/JSON for any post processing (e.g. failing CI/CD)
the result that you see was built using python, the bash script was just the first version I will try to remove it after trying to make an architecture for the regression framework
Closing this one in favor of the more recent one @dorbanianas put together