-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
ci: fixed detox tests. #1446
ci: fixed detox tests. #1446
Changes from 8 commits
104e4c1
c2e8d11
78dbdfa
96bf14e
200440c
2948cfd
db086d9
051de88
ff330f4
a88adac
a5ebc51
dea496a
dcaa9a2
0d7fa2d
dadd92e
31cc211
1597428
9c2590f
0ed0dc1
7433646
b50a2ac
e5a4592
02fe277
e465372
d89acdd
4bd9c03
ddff361
1853a4e
fde2c17
4175235
2fea726
0a60cc6
563748b
ecc4e79
51ed7e4
fb9b3dd
e034d30
e41073c
df1dd43
5133f0e
03d824c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
{ | ||
"testEnvironment": "./environment", | ||
"rootDir": "..", | ||
"testMatch": ["<rootDir>/e2e/**/*.spec.js"], | ||
"reporters": ["detox/runners/jest/reporter"], | ||
"testEnvironment": "detox/runners/jest/testEnvironment", | ||
"globalSetup": "detox/runners/jest/globalSetup", | ||
"globalTeardown": "detox/runners/jest/globalTeardown", | ||
"testRunner": "jest-circus/runner", | ||
"testTimeout": 300000, | ||
"testRegex": "\\.spec\\.js$", | ||
"reporters": ["detox/runners/jest/streamlineReporter"], | ||
"maxWorkers": 1, | ||
"verbose": true | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,6 @@ | |
}, | ||
"devDependencies": { | ||
"@react-native-community/eslint-config": "3.2.0", | ||
"@ruddell/detox-expo-helpers": "0.7.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed it because it contains outdated |
||
"@storybook/addons": "7.6.1", | ||
"@storybook/react-native": "6.5.7", | ||
"@storybook/theming": "7.6.1", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,8 @@ else | |
--defaults --no-insight --skip-git | ||
fi | ||
|
||
# pin specific version of expo | ||
npm i [email protected] | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Recorded video in CI:test.mp4 |
||
# list files | ||
ls -al |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
considering rewrite
reloadApp
, or maybe occur an issue: wix/Detox#3992