RxUI
RxUI copied to clipboard
Add Browser Tests and Performance Tests
Thorough testing is needed to prove the usefulness and effectiveness of this framework. As such, performance tests are needed to validate the computational efficiency of the application for uses such as enterprise single page apps. Additionally, tests need to be run against all browsers to ensure compatibility across the board.
Further, code coverage measurements will help understand where most of the automated test writing has been focused towards and point to where more automated tests can be written to fill in holes.
Progress ( #19 )
- [x] Browser Tests
- [ ] Perf Tests
- [ ] Code Coverage