Addition of pip-webui-test module
Automated testing in web application often requires to mock RESTful calls and substitute server data with predictable datasets. Pip.WebUI.Test module contains data generators and mocked REST resources that are used across all Pip.WebUI modules. They are also used in Pip.WebUI samples and can help in testing your applications. The following is supported:- Test data generators
- Mocks for REST resources
Check it out here: https://github.com/pip-webui/pip-webui-test
Addition of pip-webui-all module
Pip-webui-all was added to aggregate all distributables of the pip-webui suite needed for application development (excluding pip-webui-samples and pip-webui-test). It is now sufficient to reference this module to download all dependencies of the pip-webui suite.
Check it out here: https://github.com/pip-webui/pip-webui-all
Addition of pip-webui-samples
Common simple usage patterns are now documented and available under pip-webui-samples module.
Check it out here: https://github.com/pip-webui/pip-webui-sample
Pip.WebUI development team