-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Configure screenshots_dir in code, expose savedScreenshots #148
Comments
There's probably a more elegant way, but I fixed the directory like this: $_SERVER['BROWSER_SCREENSHOT_DIR'] = './screenshots';
$browser = $this->pantherBrowser(); |
Yeah, that's the way currently. The env var options got a bit out of control as I added features - I'd like to normalize this at some point.
Yep, sure! |
Hmm, I'm doing something wrong, even waiting 8 seconds I'm not seeing any of the css applied. FWIW, I'm in dev and using assetmapper.
symfony open:local works quickly and as expected: |
I want to use this awesome library to navigate my site and save screenshots, not necessarily as part of a functional test, but just a regular app.
How can I set the screenshot_dir in my console command? The above does not work, $options is different in that call.
Also, to get the screenshots at the end, I needed to add a getter to the PantherBrowser.php, would you accept a PR for that?
I am trying to use this to solve the problem of creating screenshots requiring authenticated users, e.g.
Spomky-Labs/pwa-bundle#134
The text was updated successfully, but these errors were encountered: