hammadsaedi / regex-pro

Regex Pro is a regular expression tester. It allows you to test your regular expressions against a string of your choice.
https://hammadsaedi.github.io/regex-pro/
MIT License
6 stars 17 forks source link

Issue 33 - Implement Testing for RegexPro contributions. #45

Open bryce-seefieldt opened 12 months ago

bryce-seefieldt commented 12 months ago

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