elvetemedve / behat-screenshot

This is an extension for Behat which provides debugging functionality by taking a screenshot of failed tests.
MIT License
92 stars 17 forks source link

Add fundamentals for functional testing #1

Closed elvetemedve closed 9 years ago

elvetemedve commented 9 years ago

Create the TestRunnerContext to execute a second Behat process which can test our extension. Install PhantomJS via composer in order to have a browser which is capable of taking screenshots. Write a basic scenario "Save screenshot to local filesystem".

tkotosz commented 9 years ago

wow, cool :+1: