-
-
Notifications
You must be signed in to change notification settings - Fork 743
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
Tests in Planka #13
Comments
Hi, @sargas, Currently, it takes a long time to test all features by hand, so it will be nice to start writing tests. To be honest, I not very familiar with test libs, but I heard about Jest - I think it should be enough and it's easy to use. Sorry about no CONTRIBUTING doc, I definitely should add it. Thank you! |
@meltyshev jest is a really good choice. You'll get more people able to contribute. Really easy to setup :) For UI testing, have you considered Cypress ? |
@gempain already reading about it 😀 I will add these test libs to the project in the next commit... |
Hi @meltyshev, Thanks, |
Hi! First we need to add Cypress. I can try to figure it out soon, or please do a PR 🙏 |
Hello @meltyshev ,
I may submit a PR, and since there is no CONTRIBUTING doc, I was hoping you could answer if a PR that added test cases for new feature(s) would be acceptable. If so, I also wanted to ask beforehand if there are any test runners / assertions libraries / frameworks / etc you are opinionated about?
Thanks
The text was updated successfully, but these errors were encountered: