decentralized-identity / veramo

A JavaScript Framework for Verifiable Data
https://veramo.io
Apache License 2.0
432 stars 131 forks source link

[proposal] Add automated integration tests for browser and react-native environments #372

Open mirceanis opened 3 years ago

mirceanis commented 3 years ago

Is your feature request related to a problem? Please describe. It is not easy to test whether or not a code change or a dependency bump will work cross-platform. It would be very helpful if such a test existed and was performed automatically, at least for some of the core plugins.

Describe the solution you'd like We should build a test harness that can exercise a common agent configuration in a react-native app as well as one for a browser environment. There is an integration test suite that can serve as inspiration for this.

Describe alternatives you've considered For the moment, these things have to be done manually and there is not enough bandwidth to do it.

Additional context This repo uses the renovate bot to bump dependency versions. But this relies on having some checks that can abort the bump in case something is incompatible.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.