Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 394 Bytes

05-testing.md

File metadata and controls

19 lines (16 loc) · 394 Bytes

BitBag SyliusWishlistPlugin

Testing

$ composer install
$ cd tests/Application
$ yarn install
$ yarn prod
$ bin/console assets:install public -e test
$ bin/console doctrine:schema:create -e test
$ bin/console server:run 127.0.0.1:8080 -d public -e test
$ open http://localhost:8080
$ cd ../..
$ vendor/bin/behat
$ vendor/bin/phpspec run