You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Evaluate integration of TravisCI and other cloud services in order to execute on commit unit-testing and cross-browser compatibility testing while collecting code coverage and other code quality information.
From a rapid analysis these are these are valuable tools to be integrated:
TravisCI as concentrator for running all the tests and other cloud services callbacks
Saucelabs for executing browser compatibility testing testing all the browser versions where the polyfills are expected to work
Coveralls for collecting code coverage metrics of the tests executed so to keep track of what is currently tested and what is not.
CodeClimate for collecting static analysis of the polyfills and have indicators on how to improve them.
The text was updated successfully, but these errors were encountered:
Here follows a complete example of the full integration of the tools listed above and of the usefullness of such a complete integration: https://github.com/globaleaks/GlobaLeaks
Evaluate integration of TravisCI and other cloud services in order to execute on commit unit-testing and cross-browser compatibility testing while collecting code coverage and other code quality information.
From a rapid analysis these are these are valuable tools to be integrated:
The text was updated successfully, but these errors were encountered: