From a6959df159e49d261998ff14bd6961e11ce4c90c Mon Sep 17 00:00:00 2001 From: huglester Date: Thu, 20 Nov 2014 23:26:05 -0800 Subject: [PATCH] Updateded codeception --- Codeception-plugin.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Codeception-plugin.md b/Codeception-plugin.md index 6286195..af7bcf4 100644 --- a/Codeception-plugin.md +++ b/Codeception-plugin.md @@ -2,4 +2,11 @@ A simple plugin that allows you to run [Codeception](http://codeception.com/) te ### Configuration Options: -* **config** - Required - Can be either a single string pointing to a Codeception configuration file, or an array of configuration file paths. \ No newline at end of file +* **config** - Required - Can be either a single string pointing to a Codeception configuration file, or an array of configuration file paths. + +###Example on running codeception with default settings (when tests are in tests/ directory): + +``` + codeception: + config: "." +```