DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 21 forks source link

Command `make test` should launch Behat tests in addition to simple-phpunit tests #112

Closed kevinjhappy closed 5 years ago

kevinjhappy commented 5 years ago

Description

When we launch the command make test by following the README, it only launches the command for simple-phpunit, it should also launch the command for behat

Scenarios

Feature: launch all tests

Scenario: Admin launch make test on a terminal Then simple-phpunit is launch for all unit tests And behat is launch for all behavior tests

kevinjhappy commented 5 years ago

linked to #133 and #134