cathysnider / hello-world

an experimental repository for GitHub
0 stars 0 forks source link

update the yml file #22

Closed cathysnider closed 5 years ago

cathysnider commented 7 years ago

Get from here https://raw.githubusercontent.com/Behat/MinkExtension-example/master/behat.yml.dist

default: context: class: 'InheritedFeatureContext' extensions: Behat\MinkExtension\Extension: base_url: 'http://en.wikipedia.org/' goutte: ~ selenium2: ~

No context:

no_context: paths: bootstrap: 'NON_EXISTING_FOLDER' filters: tags: '~@javascript'

Context based on inheritance:

inheritance: context: class: 'InheritedFeatureContext'

Context based on traits:

traits: paths: bootstrap: 'features/php54_bootstrap' context: class: 'TraitedFeatureContext'

Context based on subcontexting:

subcontexts: context: class: 'SubcontextedFeatureContext'