Installation:
composer require 'os2display/core-bundle:^1.0'
The Behat api tests uses SQLite. However, we need to patch doctrine/dbal (cf. doctrine/dbal#2426) in order to make auto-increment columns work as expected (i.e. as in MySQL):
composer install
patch --strip=1 < Features/Fixtures/patch/doctrine-dbal-issues-2426.patch
Run the api tests:
./vendor/bin/behat --suite=api_features