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

Log file generated by MSTestX.console contains insufficient info on Android platform. #8

Open
pMaske opened this issue Jan 29, 2020 · 3 comments

Comments

@pMaske
Copy link
Collaborator

pMaske commented Jan 29, 2020

Log file generated from MSTestX console app contains insufficient information. The info that is missing is the actual tests execution info.
Starting test 'Tests.CodeCannotBeSetToNull'
Completed test 'Tests.CodeCannotBeSetToNull': Skipped
Starting test 'blahblah'
Completed test 'blahblah' : Passed

@dotMorten
Copy link
Owner

Which platform? Which log?

@pMaske
Copy link
Collaborator Author

pMaske commented Jan 29, 2020

Android Platform's test run log report (log file that also contains the adb log messages).

@dotMorten
Copy link
Owner

Here's the potential outputs:

  • The TRX result report
  • the log filename (whatever you use in the logFileName parameter
  • LogCat output: Written to `RunLog.txt'

The second one is pretty much only going to contain test-specific messages like start/stop.
RunLog.txt will contain the dump from logcat related to the app's process ID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants