mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
### Description <!-- Describe your changes. --> Integrate react native e2e test framework with detox. https://wix.github.io/Detox/ Good build in CI: https://dev.azure.com/onnxruntime/onnxruntime/_build/results?buildId=946695&view=results ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Write cross-platform end-to-end tests in JavaScript. Resolve flaky e2e tests in react native ci pipelines. --------- Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net> Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
23 lines
589 B
JSON
23 lines
589 B
JSON
{
|
|
"name": "onnxruntime-reactnative-example",
|
|
"description": "Example app for onnxruntime-reactnative",
|
|
"version": "0.5.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.1.0",
|
|
"react-native": "^0.69.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.0",
|
|
"@babel/runtime": "^7.17.0",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"detox": "^20.7.0",
|
|
"jest": "^29",
|
|
"metro-react-native-babel-preset": "^0.67.0"
|
|
}
|
|
}
|