File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
composer create-project --repository=https://repo.magento.com/ magento/project-community-edition magento2ce
28
28
```
29
29
30
- For more information on installing magento see [ Install Magento using Composer] .
30
+ For more information on installing magento see [ Install Magento using Composer] [ ] .
31
31
32
32
After installing the Magento instance, you need to set a couple of configurations to the magento instance:
33
33
@@ -42,7 +42,7 @@ These help set the `default` state of the Magento instance. If you wish to chang
42
42
43
43
## Install allure
44
44
45
- This will be required to generate the report after your test runs. See [ Allure] for details.
45
+ This will be required to generate the report after your test runs. See [ Allure] [ ] for details.
46
46
47
47
## Generate tests
48
48
You can’t perform that action at this time.
0 commit comments