Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Bump detox to 8.2.3 #20890

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ jobs:
steps:
- attach_workspace:
at: ~/react-native
- run: xcrun simctl boot "iPhone 5s" || true
- run:
name: Configure Environment Variables
command: |
Expand All @@ -459,11 +458,9 @@ jobs:
- run:
name: Build iOS app for simulator
command: yarn run build-ios-e2e
# TODO: Fix these failing tests.
- run: *display-broken-tests-warning
- run:
name: Run Detox Tests (Disabled)
command: ./scripts/circleci/exec_author_check.sh yarn run test-ios-e2e
name: Run Detox Tests
command: yarn run test-ios-e2e

# Set up an Android environment for downstream jobs
test_android:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"async": "^2.4.0",
"babel-eslint": "9.0.0-beta.2",
"babel-generator": "^6.26.0",
"detox": "^8.0.0",
"detox": "^8.2.3",
"eslint": "5.1.0",
"eslint-config-fb-strict": "22.1.0",
"eslint-config-fbjs": "2.0.1",
Expand Down
Loading