Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
OnePageCheckoutTest.php
Go to the documentation of this file.
1 <?php
8 
9 use Magento\Mtf\TestCase\Scenario;
10 
39 class OnePageCheckoutTest extends Scenario
40 {
41  /* tags */
42  const MVP = 'yes';
43  const TEST_TYPE = 'acceptance_test, extended_acceptance_test, 3rd_party_test, 3rd_party_test_single_flow';
44  const SEVERITY = 'S0';
45  /* end tags */
46 
52  public function test()
53  {
54  $this->executeScenario();
55  }
56 }