-
Notifications
You must be signed in to change notification settings - Fork 31
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
Implement github actions automated tests #70
Milestone
Comments
Minimum viable continuous test integrated with github actions. Unit / Component? / End to End? |
shollingsworth
changed the title
Where are automated tests?
Implement github actions automated tests
Sep 15, 2022
I'd recommend starting with whatever is easiest to implement that
demonstrates the basic functionality of the tool, e.g. it loads
successfully using the configuration specified in the local dev.
…On Wed, Sep 14, 2022 at 7:28 PM Steven Hollingsworth < ***@***.***> wrote:
Minimum viable continuous test integrated with github actions. Unit /
Component? / End to End?
https://vitest.dev/
https://jestjs.io/docs/getting-started
https://vuejs.org/guide/scaling-up/testing.html
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGMUJU7BALOVSBOVXX5YUBTV6KCT5ANCNFSM6AAAAAAQFLDANY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
´¯`·.¸¸.·´¯`·.´¯`·.¸¸.·´¯`ツ ------------------------------
---------------------
*Win Cowger, PhD *
Pronouns: he/him
Research Scientist
Moore Institute for Plastic Pollution Research
*Contact Info*
515-298-3869 | ***@***.*** | @Win_OpenData
<https://twitter.com/Win_OpenData>
*Websites*
Personal Website: www.wincowger.com
Currently Employed: https://mooreplasticresearch.org/
Alumni Of: https://www.thegraylab.org/
Project Websites: www.openspecy.org
Research Gate: https://www.researchgate.net/profile/Win-Cowger
Github: https://github.com/wincowgerDEV
OSF: https://osf.io/kxeh5/
------------------------------------------------------------------------------------
|
This came up in the review too: #108 I think I should just make a video tutorial on validating the behavior using the sample images. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The journal we are submitting to requires that there are some automated tests in the repo that ensure that the code follows some standard logic. I can't find the tests currently but it is likely here. Could someone point me to it? I will add a link to it to the readme so that it is obvious for the reviewers.
The text was updated successfully, but these errors were encountered: