From 81fad0bb6321349dcdcd32d2c3fd867feb1e9cf6 Mon Sep 17 00:00:00 2001 From: Mohamed Wael Khobalatte Date: Tue, 3 Nov 2015 18:43:45 +0100 Subject: [PATCH] Clarify the state of cucumber code [ci skip] --- doc/RUNNING_TESTS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/RUNNING_TESTS.md b/doc/RUNNING_TESTS.md index c81a7510ed..f1a89ba191 100644 --- a/doc/RUNNING_TESTS.md +++ b/doc/RUNNING_TESTS.md @@ -98,7 +98,12 @@ You can run the specs with the following commands: * `bundle exec rake spec:all` Run core and plugin specs with a random seed * `SPEC_OPTS="--seed 12935" bundle exec rake spec` Run the core specs with the seed 12935 -### Cucumber [DEPRECATED] +### Cucumber + +NOTE: *We do not write new cucumber features. The current plan is to move away from +cucumber towards regular specs using Capybara. For the time being however, please keep the existing +cucumber features green or write your feature specs in Capybara for any code that is not already +covered by cucumber.* The cucumber features can be run using rake. You can run the following rake tasks using the command `bundle exec rake `.