-
-
Notifications
You must be signed in to change notification settings - Fork 778
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
Research and Provide a Demo of Unit Test Implementation for HfLA Repo #2249
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment has been minimized.
This comment has been minimized.
Availability: 3–8 PM M–F |
Progress Update
|
There are limited information and resources on the web about unit testing in a Jekyll environment. Besides the library attached in this Issue (Joule, last updated 2017), I found suggestions of using GitHub actions to test code before pushing. Others suggest using the following together for a complete acceptance testing framework for Jekyll sites: |
BLOCKER:
|
This comment has been minimized.
This comment has been minimized.
Progress: Found a few leads for testing frameworks. Need to try implementing into the work flow to see ig things are viable. In talks with Roslyn and Will about viability of the libraries as well. |
This comment has been minimized.
This comment has been minimized.
Progress: I believe this issue should be split into two separate issues and close this issue. The two new issues should be one focused on GitHub Actions unit testing, the other on frontend unit testing. |
Please add update using the below template (even if you have a pull request). Afterwards, remove the 'To Update !' label and add the 'Status: Updated' label.
If you need help, be sure to either: 1) place your issue in the You are receiving this comment because your last comment was before Wednesday, June 19, 2024 at 1:48 PM PST. |
|
|
Overview
We need to see if it is feasible to implement unit tests for JavaScript functionality within the Hack for LA website repo, both within GitHub Action files and within client-side JavaScript. Ideally the same test framework would be used for unit testing both the back end and front end JavaScript.
Action Items
Resources/Instructions
https://mochajs.org/
https://jasmine.github.io/
Karma test runner
The text was updated successfully, but these errors were encountered: