Skip to content

Commit 091c6f0

Browse files
committed
MQE-419: README.MD should not reference the magento-pangolin org
1 parent e83c4f7 commit 091c6f0

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

dev/tests/acceptance/README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Due to the current setup of the Framework you will need to do the following:
3030

3131
* `mkdir [DIRECTORY_NAME]`
3232
* `cd [DIRECTORY_NAME]`
33-
* Pull down - [EE](https://github.com/magento-pangolin/magento2ee)
34-
* Pull down - [CE](https://github.com/magento-pangolin/magento2ce)
33+
* Pull down - [EE](https://github.com/magento/magento2ee)
34+
* Pull down - [CE](https://github.com/magento/magento2ce)
3535
* `cd magento2ee`
3636
* `php -f dev/tools/build-ee.php -- --command=link --exclude=true`
3737
* `cd ..`
@@ -50,16 +50,7 @@ Due to the current setup of the Framework you will need to do the following:
5050
```
5151
* Replace `<personal access token>` with the token you generated in GitHub.
5252
* Save your work.
53-
* `cd ../magento2ce`
54-
* `cd dev/tests/acceptance`
55-
* Open the `composer.json` file.
56-
* Make the following edits:
57-
* `url`:
58-
1. ORIGINAL: `"url": "git@github.com:magento/magento2-functional-testing-framework.git"`
59-
1. UPDATED: `"url": "git@github.com:magento-pangolin/magento2-functional-testing-framework.git"`
60-
* `magento/magento2-functional-testing-framework`:
61-
1. ORIGINAL: `"magento/magento2-functional-testing-framework": "dev-develop"`
62-
1. UPDATED: `"magento/magento2-functional-testing-framework": "dev-sprint-develop"`
53+
* `cd magento2ce/dev/tests/acceptance`
6354
* `composer install`
6455
* **PLEASE IGNORE THE "Installation" SECTION THAT FOLLOWS, START WITH THE "Building The Framework" SECTION INSTEAD.**
6556
@@ -137,7 +128,7 @@ To determine which version of the Allure command you need to use please run `all
137128
----
138129
139130
# Building The Framework
140-
After installing the dependencies you will want to build the Codeception project in the [Magento 2 Functional Testing Framework](https://github.com/magento-pangolin/magento2-functional-testing-framework), which is a dependency of the CE or EE Tests repo. Run the following to complete this task:
131+
After installing the dependencies you will want to build the Codeception project in the [Magento 2 Functional Testing Framework](https://github.com/magento/magento2-functional-testing-framework), which is a dependency of the CE or EE Tests repo. Run the following to complete this task:
141132
142133
`./vendor/bin/robo build:project`
143134

0 commit comments

Comments
 (0)