test: configure playwright for e2e tests

This commit is contained in:
Satyajit Sahoo
2020-04-23 22:46:28 +02:00
parent 2792f438fe
commit 67404f4999
14 changed files with 578 additions and 77 deletions

View File

@@ -320,6 +320,7 @@ export default function App() {
(name) => (
<List.Item
key={name}
testID={name}
title={SCREENS[name].title}
onPress={() => navigation.navigate(name)}
/>