microsoft / react-native-windows

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

Run Tests Against Direct Debugging Configuration #8891

Open NickGerleman opened 2 years ago

NickGerleman commented 2 years ago

See #8885 for an example of why this is important.

We currently do full app tests against web debugging, Chakra Release, and Hermes Release, but do not test the direct debugger. This would also potentially help to detect issues with Hermes debug builds.

chrisglein commented 2 years ago

@jonthysell I believe you mentioned in standup that you were looking into this?

jonthysell commented 2 years ago

@chrisglein I've not done any work with the web/direct debugging experience, so I'm not sure what needs to be done here.

aeulitz commented 1 year ago

@NickGerleman Can the debug feature tests (see https://github.com/microsoft/react-native-windows/blob/main/packages/debug-test/DebuggingFeatures.test.ts) be extended to cover what you want to do? Currently, they perform test Hermes direct debugging features.