Sublime Forum

Sublime, RubyTest-Running a feature file from subdirectory

#1

Hi,

I am using RubyTest plug in to run the cucumber tests.
The directory structure :

Site1
—Feature
---------Steps
---------Suite1
--------------Suite1_1.feature

I can run scenarios from suite1_1.feature file using RubyTest, if it is under "features’ directory.
However if the feature file is moved to “features/Suite1”, the RubyTest does not find the step definition.

Any help is greatly appreciated

0 Likes