seata-samples
seata-samples copied to clipboard
feat: add e2e framework support
Ⅰ. Describe what this PR did
feat: add e2e framework support:
- creare e2e test builder can build images and prepare test for test by skywalkingInfraE2E.
- creare e2e test runner can run test by skywalkingInfraE2E.
- adapt springboot-dubbo-seata case to use this framework.
the details can be seen in readme file in e2e-test
dir