Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/magento2-functional-testing-framework/bin/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/magento2-functional-testing-framework/bin/phpunit-checks.bat

:: Copyright © Magento, Inc. All rights reserved.
:: See COPYING.txt for license details.

:: REMEMBER TO UPDATE THE BASH FILE

SET UNIT_COVERAGE_THRESHOLD=20

@echo ===============================UNIT TESTS===============================
@echo off
call vendor\bin\phpunit --configuration dev\tests\phpunit.xml --testsuite unit --coverage-clover clover.xml

@echo ===========================UNIT TEST COVERAGE===========================
@echo off
call vendor\bin\coverage-check clover.xml %UNIT_COVERAGE_THRESHOLD%

@echo ===========================VERIFICATION TESTS===========================
@echo off
call vendor\bin\phpunit --configuration dev\tests\phpunit.xml --testsuite verification