Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marioblazek/somebehatstuff

Some Behat features and configurations
https://github.com/marioblazek/somebehatstuff

Last synced: 3 days ago
JSON representation

Some Behat features and configurations

Awesome Lists containing this project

README

        

# Behat:

### 1. Intro

### 2. Running

`./bin/behat` -> Run all features

`./bin/behat features/product.feature` -> run (single) product.feature

`./bin/behat features/product.feature:6` -> run single scenario that starts on line 6

`./bin/behat --tags=login` -> run all features tagged by login