diff --git a/cucumber.yml b/cucumber.yml new file mode 100644 index 0000000..9635f34 --- /dev/null +++ b/cucumber.yml @@ -0,0 +1,2 @@ +default: -t ~@wip -strict features +wip: -t @wip --wip features \ No newline at end of file diff --git a/features/main_process.feature b/features/main_process.feature index 2069ed1..3bb9169 100644 --- a/features/main_process.feature +++ b/features/main_process.feature @@ -1,3 +1,4 @@ +@wip Feature: Main process of Ocelots AS A normal user I WANT TO use main functionality of Ocelots