react-native-windows-samples icon indicating copy to clipboard operation
react-native-windows-samples copied to clipboard

Update or remove e2e test from website

Open asklar opened this issue 3 years ago • 3 comments

I just realized that we do have an e2e-test page in current, but it's not linked from anything and the info in there is probably stale We need to either update it, or remove it and link to the e2e testing .md file in the repo instead?

Author and Run E2E Test for React Native Windows · React Native for Windows + macOS (microsoft.github.io)

asklar avatar Jun 17 '21 06:06 asklar

Good call. The current correct guidance is the wiki page of the RNW repo (also with a level of indirection, could be simplified) - https://github.com/microsoft/react-native-windows/wiki/E2E-Test We could first move this content to the website, and also incorporate updated examples of writing tests (I think it mostly focuses of configuring/running them).

rectified95 avatar Jun 17 '21 08:06 rectified95

Clarity around how to do UI testing is a common ask. If there's way we can clean this up and leverage that documentation for people outside the framework that'd be good.

chrisglein avatar Jun 17 '21 18:06 chrisglein

@NickGerleman's recent PR https://github.com/microsoft/react-native-windows/pull/8539 moves us closer to external re-usability of our E2E infra. It contains up-to-date descriptions of how use what we currently have. We should use that content for our docs .

rectified95 avatar Sep 07 '21 17:09 rectified95