How to Setup Cucumber BDD framework - Page/object module using ruby
Step 1 :- Create place holder for Project
Step 2 :- run below command to create Cucumber BDD framework structure
$ cucumber --init
Step 3 :- Under feature folder
create Feature_files folder to keep your all features files.
create Library_files folder, under that 2 sub folders Page_Module and Object_Module to keep all page and object module files.
Under Support Folder, Create a general_functions.rb file to keep your common functions which you want to across your projects.
step 4 :- Start with your automation
In your env.rb file, include all ruby gems which you need in your project.
On this page of the site you can watch the video online Ruby cucumber framework from scratch with a duration of hours minute second in good quality, which was uploaded by the user Shashikant Rai 03 May 2021, share the link with friends and acquaintances, this video has already been watched 11,074 times on youtube and it was liked by 128 viewers. Enjoy your viewing!