We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c089a commit bdd366dCopy full SHA for bdd366d
RoboFile.php
@@ -79,13 +79,13 @@ function generateSuite(array $args)
79
}
80
81
/**
82
- * Run all Functional tests.
+ * Run all MFTF tests.
83
*
84
* @return void
85
*/
86
- function functional()
+ function mftf()
87
{
88
- $this->_exec('.' . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'bin' . DIRECTORY_SEPARATOR . 'codecept run functional --skip-group skip');
+ $this->_exec('.' . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'bin' . DIRECTORY_SEPARATOR . 'codecept run MFTF --skip-group skip');
89
90
91
0 commit comments