-
-
Notifications
You must be signed in to change notification settings - Fork 160
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 unit and e2e tests for the HelpSection component #116
Comments
Hello @akmadian I would like to go for this but I am not fully aware as how to proceed so can you please give me a few pointers for same |
Hey @kushaggarwal, I would recommend doing some research on what unit and e2e (end to end) testing is, and how it works. Once you're familiar with the concept of testing and tests, your task is to think of some tests (I've included a general list of things to look at when coming up with tests in the main issue body), and write the code for the tests you've come up with (Vue's guide on unit testing, and the documentation for Jest and Nightwatch will be helpful with this). I would also recommend looking through the I could help find some resources about testing for you, but I highly recommend that you try to figure it out on your own first. In the meantime, I'll assign this issue to you. If you've got any questions, please feel free to ask! |
Okay @akmadian thank you very much for your help will start working towards the same |
@kushaggarwal I found an error in the Please ask your mentor to include this in your |
@hemanth-hk This will be fixed in #129 |
Any help @kushaggarwal? |
@hemanth-hk I don't see any progress on @kushaggarwal's fork, so I'm gonna open this up to other contributors, if you'd like to work on this, you can go ahead since it's now free! |
Hello @akmadian apologies for this delay |
@hemanth-hk please continue for the same |
No worries @kushaggarwal, I'm also very busy with exams right now :) |
I submitted a |
Unit and e2e tests need to be written for the HelpSection component. Unit tests are done with Jest, and e2e tests are done with nightwatch.
Please remember to test the following things:
Additional Context
The text was updated successfully, but these errors were encountered: