Skip to content

Instantly share code, notes, and snippets.

@yusufhm
Created January 28, 2020 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yusufhm/3d87e77f41eb5128d06de678020dcbdf to your computer and use it in GitHub Desktop.
Save yusufhm/3d87e77f41eb5128d06de678020dcbdf to your computer and use it in GitHub Desktop.
phpunit screenshot & html output
<?php
file_put_contents('public://screenshot.jpg', $this->getSession()->getScreenshot());
file_put_contents('public://' . drupal_basename($this->getSession()->getCurrentUrl()) . '.html', $this->getCurrentPageContent());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment