title | issue |
---|---|
Add PHPBench compatibility for the Commercial plugin |
NEXT-17583 |
- Added additional pre-generated UUID data to the
FixtureLoader.php
fixture generator - Added
createProducts
andcreateCustomer
methods inBasicTestDataBehaviour
which utilise theCustomerBuilder
andProductBuilder
fixture helpers
- Added 100 products to phpbench
data.json
to allow for improved load testing in bench tests - Added phpbench tests for
ProductListingRoute.php
andProductDetailRoute.php
- Adjusted phpbench bootstrapping (initial fixture creation) to allow the loading of custom fixtures from the commercial plugin (conditionally based upon the phpbench
--group
flag) - Allow
Fixtures.php
to load fixtures with only string input