Refactor e2e tests to ginkgo framework#153
Refactor e2e tests to ginkgo framework#153k8s-ci-robot merged 3 commits intokubernetes-sigs:mainfrom
Conversation
|
Welcome @Shilpa-Gokul! |
c3fd93b to
c585ef9
Compare
88c047e to
47c1d38
Compare
|
Looking forward to any feedback or comments on the implementation. cc @nojnhuh |
1479579 to
9f4c425
Compare
41419b2 to
65e092f
Compare
|
@nojnhuh Thank you so much for taking time to review this PR. I have addressed all the review comments and have tested the changes too. Could you please take a look when time permits?? |
Signed-off-by: Shilpa-Gokul <shilpagokul95@gmail.com>
|
@nojnhuh I have addressed all the comments. Could you please take a look when time permits. Thanks in advance |
|
@nojnhuh Addressed all the comments. Could you please review when you get some time. Thanks in advance. |
nojnhuh
left a comment
There was a problem hiding this comment.
Thanks! This sets us up well to continue to iterate.
/lgtm
/approve
|
LGTM label has been added. DetailsGit tree hash: 2c4eac4aa476cad1d2893b6933f89548c9aed3f3 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nojnhuh, Shilpa-Gokul The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Partially fixes #145
This PR focuses on converting the bash based code in test/e2e/e2e.sh to ginkgo tests. make test-e2e command will now invoke the tests using ginkgo command.
Since this PR has already reached size XL, I’ve decided to move the pending items listed below to a follow-up PR to keep the review process manageable. Hope that's fine!