Yireo_LokiCheckoutFunctionalTests

Latest Release 0.0.2
dev

Yireo_LokiCheckoutDemo

This is an internal package containing Functional Tests based on Playwright. This is used specifically by the Loki Checkout core development team. Do not use this for your own shop. Also, do not enable the module Yireo_LokiCheckoutFunctionalTests in production. When using this module anyway, do make sure to configured a proper token.

Installation

Install this package via composer (assuming you have setup the composer.yireo.com repository correctly already):

composer require yireo/magento2-loki-checkout-functional-tests

Next, enable this module:

bin/magento module:enable Yireo_LokiCheckoutFunctionalTests

Setup

Setup Playwright:

cd vendor/yireo/magento2-loki-checkout-functional-tests/Test/Playwright/
npm install
npx playwright install

Next, create a custom .env file within the same Test/Playwright/ folder:

TEST_URL=http://magento.local
TEST_TOKEN=foobar

Next, copy the file modules.json.example to modules.json and include a list of modules you would like to include for testing. To generate a new listing for all existing modules, run bin/magento yireo:loki-checkout:modules:list --format=json > vendor/yireo/magento2-loki-checkout-functional-test/Test/Playwright/modules.json.

Make sure a secure token is configured in the Magento Admin Panel as well:

bin/magento config:set yireo_loki_functional_tests/general/token foobar

Running tests

All commands are run from the previous folder:

cd vendor/yireo/magento2-loki-checkout-functional-tests/Test/Playwright/

Run tests in headless mode:

npx playwright test
npx playwright show-report

Or run tests in the UI mode:

npx playwright test --ui

Because the modules.json file contains entries that are being turned into Playwright projects, you can also run just a single project:

npx playwright test --ui --project=Yireo_LokiCheckoutMollie
npx playwright test --ui --project=Yireo_LokiCheckout basic-test
npx playwright test --ui --project=Yireo_LokiCheckout basic-test --debug

Note that parallelism doesn't work well. Each test could reconfigure the Magento instance with specific modules and configuration options. With that, the reconfiguration for one test might conflict with another test. Because of this, tests should not be run in parallel :(

Support

For getting support, create an Issue under the following project URL:

https://gitlab.yireo.com/loki-checkout/Yireo_LokiCheckoutFunctionalTests

Composer details
Magento module name
Yireo_LokiCheckoutFunctionalTests
Composer name
yireo/magento2-loki-checkout-functional-tests
Composer version
0.0.2
Default branch
main
Requirements
magento/framework: ^103.0
yireo/magento2-loki-checkout: ~0.0
Releases
dev-main 03 April 2025
0.0.2 22 February 2025
0.0.1 21 February 2025
Changelog

[0.0.2] - 22 February 2025

Fixed

  • Change deps

[0.0.1] - 21 February 2025

  • Initial release

Last modified: April 1, 2025