-
-
Notifications
You must be signed in to change notification settings - Fork 163
Write tests for SelectedLicense component #39
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
Comments
I am interested at the issue, but have some questions regarding to the libraries we used for testing. I looked at the example file
snapshot
|
You're all good to start working on this issue! I just pushed some changes, please pull them to your fork before getting started. RE using vue-testing-utils, I think this should be alright. However, please make sure to not just test the template, also test that the content (license name(s), the link to the license info, etc.) is being tested as well. Some things to keep in mind:
|
Hi @akmadian, I'm an Outreachy applicant and was wondering if this issue has been assigned already. If not, I'b interested in working on it. Thank you! |
I only have the discussion about the tools we can use for testing, so I haven't start picking up the issue yet. Feel free to claim it if you wish. |
Thanks @killvung, I have just being assigned other issues so I give this back to you :) |
Hey @killvung, I'm going to free this issue up for others to take a shot at since It's been a while since you've posted in this thread, and there's no activity on your fork of the repo. |
Hi, @akmadian, can I take up this issue as well? |
@obulat, I’m going to say no for now to try and give someone else a shot at an issue in the repo since you’ve already done one |
Hey @akmadian, I am an Outreachy applicant. Has this issue been assigned, I would like to work on it if available? |
@DevchamploO go ahead :) |
Thanks, I'll get started! |
Hey @DevchamploO, if I don't see any indication of progress on this issue in the next two days, I'll have to free up the issue so that someone else can work on it. |
I'm gonna free this issue up because there have been long periods of inactivity, with the only progress being made when I warned the assignee that I was going to free it up if I didn't see more progress soon. |
@akmadian I have made a contribution during the contribution period, can I also contribute to this? |
Yep, go ahead! @onyijne |
okay will start right away |
Hey @onyijne, I haven't seen any progress on this issue in about a week. Please make some more progress in the next couple days, or I will unassign you so others have a chance to contribute. |
I shall make a push today, been working on a project.
Earlier push was a unit test as perhaps you've seen, will add e2e test
today, then next push will be to finalize both tests. Thanks
…On Wed, 20 Nov 2019, 05:42 Ari Madian, ***@***.***> wrote:
Hey @onyijne <https://github.com/onyijne>, I haven't seen any progress on
this issue in about a week. Please make some more progress in the next
couple days, or I will unassign you so others have a chance to contribute.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#39>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUCSYCNEOVM3M3EPLW2PD3QUS5Z7ANCNFSM4IYKBMWA>
.
|
Closing because no longer relevant, most tests will need to be rewritten after the redesign is done. |
Describe the solution you'd like
e2e and unit tests need to be written for the SelectedLicense.vue component (
./src/components/SelectedLicense.vue
). Please write e2e tests in a new file named SelectedLicense.js in./test/e2e/specs/
, and unit tests in a new file named SelectedLicense.specs.js in./test/unit/specs/
.The frameworks being used are (Jest)[https://jestjs.io/] for unit testing, and the (nightwatch.js)[https://nightwatchjs.org/] for e2e testing.
Additional context
Please comment on this issue to tell us that you're interested in working on it before getting started!
The text was updated successfully, but these errors were encountered: