diff --git a/README.md b/README.md index e69de29..6a0ecef 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# Introduction + +Behat Magento 2 driver is an extension to behat that allows Behat to load the Magento 2 application without the need to load a browser. It bootstraps the Magento 2 application in order to work on assertions. diff --git a/composer.json b/composer.json index 433b46f..8bcf354 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "jacker/behat-m2-driver", + "name": "magetest/behat-m2-driver", "type": "library", "description": "", "keywords": ["tdd","bdd","behat","magento2"],