1### TransactionTrace Testsuite ### 2 3Hassle free way to test and validate whether a sequence of 4transactions will produce the expected front end state(s). Test 5runs through all testdata/transactions_trace_*.winscope files, 6generates layer states and checks if the states match the 7corresponding layer trace in testdata. 8 9 10#### Run Test #### 11`atest transactiontrace_testsuite` 12 13 14#### Workflow #### 15Add transaction traces that resulted in front end bugs along 16with the layer trace after fixing the issue. The layer trace 17can be generated by using the layertracegenerator tool. The 18main goal of this test suite is to add regression tests with 19minimal effort. 20 21