We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we should have NSLog available for crashes.. if detox doesn't work, usually NSLog can explain what went wrong and help us debug
if it's saved on the CI, it could also help us a lot to investigate failed test runs
also, it will be very nice to add tests based on NSLog, for example verify that during the last test, there were no console.errors or console.warnings
The text was updated successfully, but these errors were encountered:
added app output log in verbose mode
a02ea22
current implementation you can only output app logs in verbose mode, simply pass --detoxVerbose to the e2e script
--detoxVerbose
Sorry, something went wrong.
No branches or pull requests
we should have NSLog available for crashes.. if detox doesn't work, usually NSLog can explain what went wrong and help us debug
if it's saved on the CI, it could also help us a lot to investigate failed test runs
also, it will be very nice to add tests based on NSLog, for example verify that during the last test, there were no console.errors or console.warnings
The text was updated successfully, but these errors were encountered: