Skip to content

Commit

Permalink
Use patched cavy
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Oct 30, 2024
1 parent 79762cf commit ca40a04
Show file tree
Hide file tree
Showing 9 changed files with 478 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: |
npm run test:e2e:android:release
npm run test:e2e:android
echo "### E2E Test Summary" >> $GITHUB_STEP_SUMMARY
e2e_summary_table=$(adb logcat -d -v raw | grep "E2E_RESULTS" | sed "s/'E2E_RESULTS', //")
echo "$e2e_summary_table" | tee -a $GITHUB_STEP_SUMMARY
Expand Down
5 changes: 1 addition & 4 deletions e2e/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
import { AppRegistry } from 'react-native';
import { TestableApp } from './src/TestableApp';

AppRegistry.registerComponent('ReactNativeTHEOplayerE2E', () => TestableApp);
console.error('This app can only be used with cavy-cli');
4 changes: 4 additions & 0 deletions e2e/index.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { AppRegistry } from 'react-native';
import { TestableApp } from './src/TestableApp';

AppRegistry.registerComponent('ReactNativeTHEOplayerE2E', () => TestableApp);
Loading

0 comments on commit ca40a04

Please sign in to comment.