diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..15dbf32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea +*.iml + +/vendor + diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff15435 --- /dev/null +++ b/README.md @@ -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 +``` + +