How to Run Tests?ΒΆ

Note

Running tests will only work in the development environment.

The behaviour of the application is covered using Behat scenarios.

Just run the following command:

bin/behat --strict --no-interaction -vvv -f progress

All Behat scenarios are located inside features directory inside Payments Hub repository.