Skip to content

Instantly share code, notes, and snippets.

@joshribakoff
Created June 25, 2013 23:37
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 joshribakoff/5863458 to your computer and use it in GitHub Desktop.
Save joshribakoff/5863458 to your computer and use it in GitHub Desktop.
/** @AfterScenario */
public function after($event)
{
if(4==$event->getResult()) {
var_dump($this->getSession()->getPage()->getContent());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment