Skip to content

Commit

Permalink
Empty project
Browse files Browse the repository at this point in the history
  • Loading branch information
fesor committed May 11, 2015
0 parents commit 051ab2f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.idea
*.iml

/vendor

21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Behat Stepler
=======================

Simple utility which lets you run just specific gherkin step.

## Why?

```
Scenario: Developer should have ability to write E2E tests which involves backend more easy
Given i have mobile application
Or i have single page application
And i want to run E2E tests
When i have scenarios with some preconditions
And this preconditions should be prepared on backend
Then i need to mock API
Or write CLI scripts for preparing fixtures
But server already have an implementation for all needed steps
And there is no need for duplicate stuff
```


0 comments on commit 051ab2f

Please sign in to comment.