-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add more and better tests and test cases #104
Comments
Hello =) i would be interested by helping as i know a bit of python and i used selenium for a personal project, did you code this under windows or linux? and would you mind telling me if there are specific step to take to help (or clone the repository)? |
@Veluxer ! Thank you for your interest in contributing to this project! I tested this code on macOS, but it is currently deployed on Heroku which uses lightweight Linux containers To get started, you can do the following: 1. Clone this repo
2. Inside the repo, install the requirements
If you have trouble you can checkout stackoverflow The other requirements are mostly for deployment, the only things you really need to install are the following:
Which can easily be installed with
3. Check if it runs
You should be able to see it running on your browser at Help creating testsAs of the moment, this project has poor test coverage (as you can see it's only about What kinds of tests to create is up to you but I suggest the best ones are the most basic ones, like making sure the page renders properly, and that the links, sliders and text boxes are working and stuff like that. It would also be nice if more test cases are added example test cases
You can also make test cases for the following inverse kinematics cases if you like: Inverse Kinematics Edge Cases
|
Thanks a lot!!! |
Enjoy! ❤️ |
Hey there, I'm looking for first issues to get involved with as I foray into the world of open-source :) I wanted to see if there was still scope to get involved with solving this issue? Thank you for taking the time! |
Yes! :) Please read: #104 (comment) and you can check out the alerts that could be triggered in this file Please let me know if you have any questions. Thanks! |
Hi! |
Yes, this is still open! Feel free to ask me anything if there is anything you need clarified! Thanks! |
Hi there, would you still like some more help on this? |
Yes, this is still open! Feel free to ask me anything if there is anything you need clarified! Thanks! |
Sure! Having more and better tests is always a good thing!
…On Fri, Sep 4, 2020 at 3:01 AM M.YWT ***@***.***> wrote:
Hi there, would you still like some more help on this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#104 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMX2FI3DKBZQWICST2HE7LSD7RXPANCNFSM4OA4Y6QA>
.
|
Hi, I am looking for a good opportunity to contribute to a GitHub Repository. Is this issue still open for contributions? Thanks. |
Yup! Still open! Please checkout the Contribution Guide and commit style guide Have fun! |
HI @mithi is this ticket still open? I would love to contribute, please let me know. |
Hi @pratheekcr, More and better test cases are always welcome! Don't forget to checkout the Contribution Guide and commit style guide Have fun! |
Sample code
Please checkout how the sample test cases in:
References
Get started with testing python
Write Professional Unit Tests in Python
Web Automation Tests with Selenium
The text was updated successfully, but these errors were encountered: