microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.35k stars 1.14k forks source link

Add E2E automated test for auto-linking #5882

Open kmelmon opened 4 years ago

kmelmon commented 4 years ago

Currently, we are manually verifying that auto-linking a native module into an app works correctly. Recent upgrades have broken this workflow after publish, which has been a pain point for us.

This task is tracking creating a sample native module, and a test that runs in the CI loop to exercise auto-linking. Perhaps the test should create an app and auto-link the sample module... whatever most effectively covers the scenario our customers use.

jonthysell commented 2 years ago

We don't have E2E tests in our repo, but we do have autolinking tests. It might be nice to have a newly generated app consume a newly generated module via autolinking. Still worth doing, up for grabs.