File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ This gives Adobe permission to redistribute your contributions as part of the pr
52
52
7 . For large features or changes, [ open an issue] [ issue ] to discuss first.
53
53
This may prevent duplicate or unnecessary effort, and it may gain you some additional contributors.
54
54
8 . To report a bug, [ open an issue] [ issue ] , and follow [ guidelines about bugfix issues] [ issue reporting ] .
55
- 9 . All automated tests must pass successfully (all builds on [ Travis CI ] must be green).
55
+ 9 . All automated tests must pass successfully (all builds must be green).
56
56
57
57
## Fork a repository
58
58
@@ -179,4 +179,3 @@ Label| Description
179
179
[ Magento Contributor Agreement ] : http://www.magento.com/legaldocuments/mca
180
180
[ MFTF repository ] : https://github.com/magento/magento2-functional-testing-framework
181
181
[ open new issue ] : https://github.com/magento/magento2-functional-testing-framework/issues/new
182
- [ Travis CI ] : https://travis-ci.com/magento/magento2-functional-testing-framework/pull_requests
Original file line number Diff line number Diff line change 12
12
- [ ] Pull request has a meaningful description of its purpose
13
13
- [ ] All commits are accompanied by meaningful commit messages
14
14
- [ ] All new or changed code is covered with unit/verification tests (if applicable)
15
- - [ ] All automated tests passed successfully (all builds on Travis CI are green)
15
+ - [ ] All automated tests passed successfully (all builds are green)
16
16
- [ ] Changes to Framework doesn't have backward incompatible changes for tests or have related Pull Request with fixes to tests
Original file line number Diff line number Diff line change 1
1
# Magento Functional Testing Framework (MFTF)
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/magento/magento2-functional-testing-framework.svg?branch=develop )] ( https://travis-ci.org/magento/magento2-functional-testing-framework ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/magento/magento2-functional-testing-framework/badge.svg?branch=develop )] ( https://coveralls.io/github/magento/magento2-functional-testing-framework )
4
-
5
3
----
6
4
7
5
## Installation
You can’t perform that action at this time.
0 commit comments