-
Notifications
You must be signed in to change notification settings - Fork 3
feat: e2e test in GitHub action #210
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
Conversation
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.
I have left some general comments inline. I think we should restructure this crate a bit. Firstly the crate should be a workspace member, this can be achieved by creating the crate using cargo new tests --lib
. We should then have the following directory structure:
tests/
src/
tests/
Cargo.toml
All of the logic currently in common should go inside of src/
. The files in integration
can be moved to tests/integration
.
Regarding the comments left inline I will wait for your. feedback.
3524d16
to
f093612
Compare
f093612
to
794c026
Compare
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.
Looks good, left some minor comments inline.
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.
lgtm
No description provided.