Skip to content

Commit 2d51ccf

Browse files
chore: Remove detox (#6704)
Co-authored-by: Diego Mello <[email protected]>
1 parent 801c42a commit 2d51ccf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+35
-8257
lines changed

.detoxrc.js

Lines changed: 0 additions & 90 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ To check for test issues on your code, run this on your terminal:
9292
yarn test
9393
```
9494

95-
### E2E tests
96-
97-
We use [Detox](https://github.com/wix/Detox) framework to end-to-end test our app and ensure everything is working properly.
98-
99-
[Follow this documentation to learn how to run it](https://github.com/RocketChat/Rocket.Chat.ReactNative/blob/develop/e2e).
100-
10195
### Pull request
10296

10397
As soon as your changes are ready, you can open a Pull Request.

android/app/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ android {
9595
manifestPlaceholders = [BugsnagAPIKey: BugsnagAPIKey as String]
9696
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60" // See note below!
9797
resValue "string", "rn_config_reader_custom_package", "chat.rocket.reactnative"
98-
testBuildType System.getProperty('testBuildType', 'debug')
99-
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
10098
}
10199

102100
signingConfigs {
@@ -152,8 +150,6 @@ dependencies {
152150

153151
implementation "com.google.code.gson:gson:2.8.9"
154152
implementation "com.tencent:mmkv-static:1.2.10"
155-
androidTestImplementation('com.wix:detox:+')
156-
implementation 'androidx.appcompat:appcompat:1.1.0'
157153
implementation 'com.facebook.soloader:soloader:0.10.4'
158154
}
159155

android/app/src/androidTest/java/chat/rocket/reactnative/DetoxTest.java

Lines changed: 0 additions & 32 deletions
This file was deleted.

android/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ buildscript {
2727

2828
allprojects {
2929
repositories {
30-
maven {
31-
url "$rootDir/../node_modules/detox/Detox-android"
32-
}
33-
3430
maven {
3531
// expo-camera bundles a custom com.google.android:cameraview
3632
url "$rootDir/../node_modules/expo-camera/android/maven"

e2e/README.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

e2e/data.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

e2e/e2e_account.example.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)