Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marioblazek/somebehatstuff
- Owner: MarioBlazek
- Created: 2015-10-27T19:18:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T19:20:10.000Z (about 9 years ago)
- Last Synced: 2023-03-01T01:35:45.839Z (over 1 year ago)
- Language: Cucumber
- Size: 3.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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