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

Add possibility to auto-export the output to the file system #9

Closed
LeHack opened this issue Mar 24, 2014 · 3 comments
Closed

Add possibility to auto-export the output to the file system #9

LeHack opened this issue Mar 24, 2014 · 3 comments

Comments

@LeHack
Copy link

LeHack commented Mar 24, 2014

I needed to use consoleexport with automated selenium/webdriver tests and wanted it to write the logs to a file (in append mode), but do it automatically (like it does when sending to the specified upload server) instead of when clicking 'save as'.
Here you can find my solution as a patch to apply with consoleExport-0.5b5 http://code.google.com/p/fbug/issues/detail?id=5182#c17

Hope anybody finds it useful :)

PS. Remember, that to make it work with selenium tests, you need to add it to your profile along with Firebug, and then set the console tab open by default (otherwise it's inactive and no logs are written).

@SebastianZ SebastianZ changed the title Automatic dump to file option in consoleexport Add possibility to auto-export the output to the file system Jan 15, 2016
@SebastianZ
Copy link
Member

@LeHack Maybe you could create a pull request for your patch, so it can be applied?

Sebastian

@LeHack
Copy link
Author

LeHack commented Jan 15, 2016

Sure, I just have to review it whether it still applies cleanly on the current master.
But wasn't there something similar already added to consoleexport? I'll check when I have a moment and if not, I'll prepare the PR.

@SebastianZ
Copy link
Member

Ah, you're right. Your patch was applied in 22bddbd.

There's just no new release yet, as far as I can see.

Sebastian

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