-
Notifications
You must be signed in to change notification settings - Fork 194
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
feat: run e2e test locally #689
Merged
daniel-hutao
merged 1 commit into
devstream-io:main
from
xavier-hou:feat-e2e-test-local
Jun 22, 2022
Merged
feat: run e2e test locally #689
daniel-hutao
merged 1 commit into
devstream-io:main
from
xavier-hou:feat-e2e-test-local
Jun 22, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xavier-hou
force-pushed
the
feat-e2e-test-local
branch
from
June 18, 2022 05:25
0bbc842
to
bd06674
Compare
daniel-hutao
requested changes
Jun 20, 2022
Signed-off-by: hxcGit <houxc_mail@163.com>
xavier-hou
force-pushed
the
feat-e2e-test-local
branch
from
June 20, 2022 07:42
bd06674
to
abf6165
Compare
Here is the log
@daniel-hutao PTAL |
daniel-hutao
requested changes
Jun 21, 2022
IronCore864
approved these changes
Jun 21, 2022
daniel-hutao
approved these changes
Jun 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pre-Checklist
Note: please complete ALL items in the following checklist.
Description
Support to run e2e test locally.
Add a script to accomplish this.
usage
bash hack/e2e/e2e-run.sh
This test script depends on the following environment variables:
Set it before test.
Note: Maybe we can store these variables in a specific files and use
source
to load them, but now users need to manually set them.Related Issues
#664
New Behavior (screenshots if needed)