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 a74af51 commit 2b1fde2Copy full SHA for 2b1fde2
dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests/MAGETWO-60718.xml
@@ -5,11 +5,13 @@
5
* See COPYING.txt for license details.
6
*/
7
-->
8
+
9
+<!--This file is temporary solution for running specific functional tests on Bamboo -->
10
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11
xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd">
12
<rule scope="testsuite">
13
<allow>
- <namespace value="Magento/Cms/Test/TestCase/CreateCmsPageEntityTest" />
14
+ <class value="Magento\Cms\Test\TestCase\CreateCmsPageEntityTest"/>
15
</allow>
16
</rule>
17
</config>
0 commit comments