Skip to content

Mtft Command

Doctor

vendor/bin/mftf doctor

This runs a test to see if mftf is ready to run and provides output on what needs to be still needs to be setup.

Generate

vendor/bin/mftf generate:suite cirtical

This will generate all the tests in the 'critical' suite.

Run

vendor/bin/mftf run:group critical

Will run all the 'critical' tests.

vendor/bin/mftf run:test critical:StorefrontRegionUpdatesAfterChangingCountryAndLeavingRegionSelectUnselectedTest

Will run only the 'StorefrontRegionUpdatesAfterChangingCountryAndLeavingRegionSelectUnselectedTest' test in the 'critical' suite.