-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement][Seatunnel-web] Add support to execute seatunnel-web REST API e2e #180
Conversation
70080c0
to
0115359
Compare
0115359
to
a0224b6
Compare
Great! Thanks @arshadmohammad ! |
Great idea |
Build seatunnel-web | ||
./mvnw clean install -DskipTests | ||
|
||
Update mysql database details in src/test/resources/application.yml and Run the seatunnel-web-it integration tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about add mysql environment in e2e? We have some example in https://github.com/apache/seatunnel/blob/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mysql-e2e/src/test/java/org/apache/seatunnel/connectors/seatunnel/cdc/mysql/MysqlCDCIT.java#L107
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good suggestion.
Sure, we can add mysql environment in e2e test cases, but later and in separate PR.
Thanks @arshadmohammad |
Thanks @davidzollo and @hailin0 for the reviewing the PR. |
Added to support run test cases in live seatunnel and seatunnel-web. Please go through seatunnel-web-it/README.md to know how to run these integration tests.
Purpose of this pull request
Check list
New License Guide