Created
October 27, 2011 11:05
-
-
Save fabriziomachado/1319285 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# behat.yml | |
default: | |
formatter: | |
name: 'pretty' | |
#Available formats are: | |
#- pretty: Prints the feature as is. | |
#- progress: Prints one character per step. | |
#- html: Generates a nice looking HTML report. | |
#- junit: Generates a report similar to Ant+JUnit. | |
context: | |
parameters: | |
base_url: http://localhost/codeigniter-academic/index.php/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment