[js/rn] upgrade dependencies for e2e test (#11863)

* [js/rn] upgrade dependencies for e2e test

* use JDK11 only for gradle

* expand variable
This commit is contained in:
Yulong Wang 2022-06-27 14:56:49 -07:00 committed by GitHub
parent 8cd02508c8
commit bd973bcf1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1061 additions and 994 deletions

View file

@ -9,8 +9,8 @@
"start": "react-native start"
},
"dependencies": {
"react": "^17.0.2",
"react-native": "^0.67.2"
"react": "^18.1.0",
"react-native": "^0.68.2"
},
"devDependencies": {
"@babel/core": "^7.17.0",

File diff suppressed because it is too large Load diff

View file

@ -133,7 +133,8 @@ jobs:
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
testRunTitle: 'React Native Android Instrumented Test results'
javaHomeOption: 'JDKVersion'
javaHomeOption: 'path'
jdkDirectory: '$(JAVA_HOME_11_X64)'
sonarQubeRunAnalysis: false
spotBugsAnalysis: false
displayName: Run React Native Android Instrumented Tests
@ -214,7 +215,8 @@ jobs:
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
testRunTitle: 'React Native Android e2e Test results'
javaHomeOption: 'JDKVersion'
javaHomeOption: 'path'
jdkDirectory: '$(JAVA_HOME_11_X64)'
sonarQubeRunAnalysis: false
spotBugsAnalysis: false
displayName: Run React Native Android e2e Tests