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

How do I see terminal output when running in the cloud? #8

Closed
andrewryan1906 opened this issue Feb 21, 2020 · 6 comments
Closed

How do I see terminal output when running in the cloud? #8

andrewryan1906 opened this issue Feb 21, 2020 · 6 comments

Comments

@andrewryan1906
Copy link

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:

image

But none of my console logs are in here.

Where should I be looking?

@archfz
Copy link
Owner

archfz commented Feb 21, 2020

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.

@andrewryan1906
Copy link
Author

@archfz I can see them in my CircleCI logs when I view the job step in their console.

Good to go.

@archfz
Copy link
Owner

archfz commented Feb 22, 2020

@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.

@archfz
Copy link
Owner

archfz commented Feb 24, 2020

@andrewryan1906 So what do you say? It would be nice if you could confirm this issue so that we update the readme.

@andrewryan1906
Copy link
Author

@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.

@archfz
Copy link
Owner

archfz commented Feb 27, 2020

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.

archfz added a commit that referenced this issue Feb 27, 2020
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