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

Support also console.log #12

Closed
strowk opened this issue Feb 25, 2020 · 3 comments
Closed

Support also console.log #12

strowk opened this issue Feb 25, 2020 · 3 comments

Comments

@strowk
Copy link

strowk commented Feb 25, 2020

I am using webassembly and all stdout goes to console.log. I wonder if that could be redirected too

@zhex900
Copy link
Contributor

zhex900 commented Feb 26, 2020

You want to redirect all the console.log in the browser to the node terminal on the server side?

Is this what you want?

https://github.com/flotwig/cypress-log-to-output

@archfz
Copy link
Owner

archfz commented Feb 26, 2020

Yes. I think we could add an option to log all console type logs other then warning and error. But by default should be off. There are sites that would log a lot of irrelevant things there.

archfz added a commit that referenced this issue Feb 27, 2020
@archfz
Copy link
Owner

archfz commented Feb 27, 2020

Fixed and released in 1.1.0.

@archfz archfz closed this as completed Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants