Skip to content

Instantly share code, notes, and snippets.

@yusufhm
Created January 28, 2020 22:50
Show Gist options
  • Select an option

  • Save yusufhm/3d87e77f41eb5128d06de678020dcbdf to your computer and use it in GitHub Desktop.

Select an option

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