Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/cucumber.yml')
-rw-r--r--config/cucumber.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cucumber.yml b/config/cucumber.yml
index 35ca76a82..133853dcb 100644
--- a/config/cucumber.yml
+++ b/config/cucumber.yml
@@ -9,7 +9,7 @@ screenshot_opts = "--require features --format pretty"
%>
# 'normal' test runs
-default: <%= std_opts %> -r features --tags 'not @nophantomjs'
+default: <%= std_opts %> -r features
wip: -r features --tags @wip:3 --wip features
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags 'not @wip and not @screenshots'