Skip to content

Commit 81d75d2

Browse files
committed
MQE-1964: MFTF Helper - Implementation
- add travis build for functional test execution
1 parent 516c88a commit 81d75d2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
matrix:
1212
- VERIFICATION_TOOL=phpunit-checks
1313
- VERIFICATION_TOOL=static-checks
14+
- VERIFICATION_TOOL=functional
1415
script:
1516
- bin/$VERIFICATION_TOOL
1617
after_success:

bin/functional

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright © Magento, Inc. All rights reserved.
2+
# See COPYING.txt for license details.
3+
4+
set -e
5+
6+
echo "==============================="
7+
echo " EXECUTE DevDocsTest "
8+
echo "==============================="
9+
bin/mftf build:project
10+
bin/mftf run:test DevDocsTest -f

0 commit comments

Comments
 (0)