File tree 5 files changed +30
-140
lines changed
tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests
5 files changed +30
-140
lines changed Original file line number Diff line number Diff line change 29
29
- TEST_SUITE=integration INTEGRATION_INDEX=1
30
30
- TEST_SUITE=integration INTEGRATION_INDEX=2
31
31
- TEST_SUITE=integration INTEGRATION_INDEX=3
32
- - TEST_SUITE=functional ACCEPTANCE_INDEX=1
33
- - TEST_SUITE=functional ACCEPTANCE_INDEX=2
32
+ - TEST_SUITE=functional
34
33
matrix :
35
34
exclude :
36
35
- php : 7.0
@@ -40,9 +39,7 @@ matrix:
40
39
- php : 7.0
41
40
env : TEST_SUITE=js GRUNT_COMMAND=static
42
41
- php : 7.0
43
- env : TEST_SUITE=functional ACCEPTANCE_INDEX=1
44
- - php : 7.0
45
- env : TEST_SUITE=functional ACCEPTANCE_INDEX=2
42
+ env : TEST_SUITE=functional
46
43
cache :
47
44
apt : true
48
45
directories :
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" ../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd" >
10
+ <rule scope =" testcase" >
11
+ <allow >
12
+ <tag group =" test_type" value =" acceptance_test" />
13
+ </allow >
14
+ <deny >
15
+ <tag group =" stable" value =" no" />
16
+ </deny >
17
+ </rule >
18
+ <rule scope =" variation" >
19
+ <allow >
20
+ <tag group =" test_type" value =" acceptance_test" />
21
+ <tag group =" severity" value =" S0, S1" />
22
+ </allow >
23
+ <deny >
24
+ <tag group =" stable" value =" no" />
25
+ </deny >
26
+ </rule >
27
+ </config >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ case $TEST_SUITE in
126
126
127
127
cp ./phpunit.xml.dist ./phpunit.xml
128
128
sed -e " s?127.0.0.1?${MAGENTO_HOST_NAME} ?g" --in-place ./phpunit.xml
129
- sed -e " s?basic?travis_acceptance_ ${ACCEPTANCE_INDEX} ?g" --in-place ./phpunit.xml
129
+ sed -e " s?basic?travis_acceptance ?g" --in-place ./phpunit.xml
130
130
cp ./.htaccess.sample ./.htaccess
131
131
cd ./utils
132
132
php -f mtf troubleshooting:check-all
You can’t perform that action at this time.
0 commit comments