I have done some work to setup a Jest testing environment and written some tests, specifically focused on pages.js and factory.js.
I have added a TESTING.md document which has configuration and run instructions for the current tests as well as some details about the currently implemented tests. Please feel free to edit or reduce this content at your discretion.
You may want to incorporate the isntruction into CONTRIBUTING.md. (I have added a link in CONTRIBUTING.md at the testing step.)
This is a starting point and only covers the basics of unit testing so far. It was a new challenge for me in best approach to front-end tests for a JS DOM application. There are still a great deal of test scenarios that should be added, especially in terms of UI interaction and user data validation.
I would be happy to continue to work with you on developing more robust testing. Perhaps you can open up a new issue to get some additional contributors to add their experience to the current approach.
Please let me know if I can address any issues with the contribution.
Hello Hammad,
I have done some work to setup a Jest testing environment and written some tests, specifically focused on pages.js and factory.js.
I have added a TESTING.md document which has configuration and run instructions for the current tests as well as some details about the currently implemented tests. Please feel free to edit or reduce this content at your discretion.
You may want to incorporate the isntruction into CONTRIBUTING.md. (I have added a link in CONTRIBUTING.md at the testing step.)
This is a starting point and only covers the basics of unit testing so far. It was a new challenge for me in best approach to front-end tests for a JS DOM application. There are still a great deal of test scenarios that should be added, especially in terms of UI interaction and user data validation.
I would be happy to continue to work with you on developing more robust testing. Perhaps you can open up a new issue to get some additional contributors to add their experience to the current approach.
Please let me know if I can address any issues with the contribution.
Thanks, Bryce