-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Artifacts did not get created for a detox test #4636
Comments
Can you post your |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
I ran detox tests for IOS and the artifacts folder did not have a folder created for the test that failed. The test failed with the below error -
Test Failed: Timed out while waiting for expectation: TOBEVISIBLE WITH MATCHER(id == “some_id”) TIMEOUT(10s)
What was the expected behaviour?
The expectation in case of test failure is to see the video recording and the logs for the failed test.
Was it tested on latest Detox?
Did your test throw out a timeout?
Help us reproduce this issue!
Not able to reproduce the issue as in the next failures the folder is getting created
In what environment did this happen?
Detox version: 20.25.6
React Native version: 0.73.9
Has Fabric (React Native's new rendering system) enabled: no
Node version: 18.13.0
Device model: iPhone 14
iOS version: 18
macOS version:
Xcode version: 15.4
Test-runner (select one): jest
Detox logs
Detox logs
Device logs
Device logs
More data, please!
Not able to see the device logs as the artifacts did not have folder created for the test.
The text was updated successfully, but these errors were encountered: