-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Write tests for APP #47
Comments
@sudip-mondal-2002 hi I want to work on it. I never worked on the GitHub action thing but I can do it. if you help me a little bit. Can you assign it to me? |
Please work on writing the tests first, GitHub action is very easy part, I can help you with that. |
Hii on configuring this project I m facing some issues. When installing node-gyp. So can you tell me how I will resolve this? |
write tests using jest only. |
ok |
@sudip-mondal-2002 Hii sorry for the late response. I m unable to set up this project on my laptop. Can you tell me ways to set up this project? |
Sure, what's the issue? Have you followed the contribution.md file? |
yes, can I use docker to run this project? it will work. or not? |
You may use vscode remote containers. |
ok i will try that and update you |
@sudip-mondal-2002 can you suggest any docs regarding that vscode remote container |
https://code.visualstudio.com/docs/remote/containers The container is already configured, no need to configure it again. |
ok |
Hii @sudip-mondal-2002 can you tell me what about local.setting.json that need to configure na so where i will get those url. |
check the setup.sh, if you run that file that'll create it |
@sudip-mondal-2002 can I use react-testing-library with jest? To test react component? |
Yes sure, you may use react-testing-library |
ok |
@sudip-mondal-2002 Just tell me if I need to write test cases for all the pages or if there are some specific components only for those you want test cases. Just tell me this? |
You haven't configured the project correctly, that's why you can't see the login button, and so you can't enter the dashboard. We need tests for the dashboard. |
Is your feature request related to a problem? Please describe.
The front-end currently doesn't have any tests written.
Describe the solution you'd like
Use Jest or any other Unit testing library to write tests for the react frontend of the project. Connect them to GitHub action so it could be run before deployment.
The text was updated successfully, but these errors were encountered: