acquia / blt-behat

Acquia BLT plugin providing integration with Behat
GNU General Public License v2.0
0 stars 16 forks source link

Allow setting different example file per environment. #31

Closed nikunjkotecha closed 1 year ago

nikunjkotecha commented 1 year ago

Or other conditions.

For example, I might want to use different driver on CI environment.

This is important today as we have Apple M1 laptops for local and they need special / different configurations.

Post this, I can add following in my ci.blt.yml

behat:
  example_file: '/tests/behat/example.ci.yml'