opal
opal copied to clipboard
feat: E2E tests framework using PyTest
Fixes Issue
Closes #677 /claim #677
Changes proposed
Check List (Check all the applicable boxes)
- [x] I sign off on contributing this submission to open-source
- [ ] My code follows the code style of this project.
- [ ] My change requires changes to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] All new and existing tests passed.
- [ ] This PR does not contain plagiarized content.
- [ ] The title of my pull request is a short description of the requested changes.
Screenshots
Note to reviewers
Deploy Preview for opal-docs canceled.
| Name | Link |
|---|---|
| Latest commit | 1c6b3ea594ada73787ac707d4f56c9ebc7f31737 |
| Latest deploy log | https://app.netlify.com/sites/opal-docs/deploys/672340baa950690008fbb4c8 |
@gemanor / @danyi1212 Have a check on the initial configuration done. Once it is on the way expected I proceed for next steps as outlined in the issue
@gemanor Any review on this?
Hey, @varshith257, this is a very basic PR, and we are looking for something much more extensive from that:
- Explain your design and why you choose to run the docker as a sub-process
- Why is there a new docker requirement?
- Write a guidelines for new tests
- Run the assertions and tests we asked
- Create more stable tests of the log checks etc.
You can continue the discussion and show the plan here before continue with the code if you prefer
@gemanor Yeah I have just laid out foundation and pushed here to know whether it aligns with the same.
Yeah! I will document all the above :)
@varshith257 this is just the beginning. as @gemanor specified above, please share your forward plan, so we could guid and help.