Hi. I am using Cucumber(Ruby) to make automated testing.
And it was interesting for me to know the order how Cucumber loads files from 'support' directory.
For now I know the answer!
At first 'support/env.rb' is loaded. After that all other files will be loaded in alphabet order.
It's correct for Cucumber 2.4.0.
And it was interesting for me to know the order how Cucumber loads files from 'support' directory.
For now I know the answer!
At first 'support/env.rb' is loaded. After that all other files will be loaded in alphabet order.
It's correct for Cucumber 2.4.0.