-
Notifications
You must be signed in to change notification settings - Fork 39
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
How do I see terminal output when running in the cloud? #8
Comments
Hello. This is a good questions, I havent used it with the dashboard and I am not sure how the logs get in the dashboard. Yes the logs should appear after the test title in red. Can you check that if you run your tests locally then you get output on the CLI if it fails. Just so that we narrow the problem. |
@archfz I can see them in my CircleCI logs when I view the job step in their console. Good to go. |
@andrewryan1906 So basically this means that the logs from this plugin are somehow not appearing in the dashboard? Can you confirm this? In case it's like that we should specify this in the readme, and maybe add a feature request for it, bc it would be important. |
@andrewryan1906 So what do you say? It would be nice if you could confirm this issue so that we update the readme. |
@archfz That's correct - I wasn't able to find them in the dashboard. But the fact that they are in the CircleCI output works for me. |
Ok then we will add a notice in the readme, and a feature request and if people need it we will attempt to make it work. |
I've followed the steps to get this working, and then run a Cypress suite of tests in CircleCI. A test failed and I went to see the console terminal output, but couldn't figure out where it was.
The only place I could think it would be was in the Cypress Dashboard; I went to the failed spec and clicked on the "Output" icon to display the output. I got this:
But none of my console logs are in here.
Where should I be looking?
The text was updated successfully, but these errors were encountered: