Open wildaces215 opened 6 years ago
Hi, I think the server's pretty well tested, but also the easiest to start with, so if you can find something that's not covered yet that could be good.
React component test with enzyme can be a bit trickier and there are a lot missing. Some functional/end-to-end tests could be nice too, but that's not even set up yet.
So I'll focus on functional end to end then!
The client tests are next to the files they test, but yeah the end to end tests could have their own folder in the root of the project.
Have you thought about what to use for running the tests?
In terms of a framework?
I by accident closed the issue sorry about that but I'm thinking of using codeceptjs
Sounds good.
For writing functional end-to-end testing I decided to go with cypress js. I will submit a pull request to add the files needed for testing. The reason why I am going with cypressjs is because the setup process is a lot faster then other frameworks such as nightwatchjs or codeceptjs. I will also write a CONTRIBUE.md for testing if y'all don't mind. @jspaine @kenjiO
I am interested in helping with this project what are some tests that are good to start with?