Skip to content

Commit 551e925

Browse files
committed
Switched .md links to .html
1 parent 26df2fa commit 551e925

25 files changed

+110
-110
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Label| Description
160160
[create issue]: https://help.github.com/articles/creating-an-issue/
161161
[create pr]: https://help.github.com/articles/creating-a-pull-request/
162162
[Definition of Done]: https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing_dod.html
163-
[devdocs]: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md
163+
[devdocs]: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.html
164164
[existing issues]: https://github.com/magento/magento2-functional-testing-framework/issues?q=is%3Aopen+is%3Aissue
165165
[existing PRs]: https://github.com/magento/magento2-functional-testing-framework/pulls?q=is%3Aopen+is%3Apr
166166
[GitHub documentation]: https://help.github.com/articles/syncing-a-fork

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ See the license [here][] or contact [license@magentocommerce.com][] for a copy.
7070

7171
<!-- Link Definitions -->
7272
[Getting Started]: https://devdocs.magento.com/mftf/getting-started.html
73-
[Contribution Guidelines]: .github/CONTRIBUTING.md
73+
[Contribution Guidelines]: .github/CONTRIBUTING.html
7474
[DevDocs Contributing]: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md
7575
[security@magento.com]: mailto:security@magento.com
7676
[encryption key]: https://info2.magento.com/rs/magentoenterprise/images/security_at_magento.asc

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/best-practices.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -148,19 +148,19 @@ Since the configurable product module could be disabled, this approach is more r
148148

149149
<!-- Link definitions -->
150150

151-
[`<after>`]: test/actions.md#before-and-after
152-
[`<before>`]: test/actions.md#before-and-after
153-
[`<comment>`]: test/actions.md#comment
154-
[`<createData>`]: test/actions.md#createdata
155-
[`<deleteData>`]: test/actions.md#deletedata
156-
[`<wait>`]: test/actions.md#wait
157-
[`<waitForElement>`]: test/actions.md#waitforelement
158-
[`<waitForElementVisible>`]: test/actions.md#waitforelementvisible
159-
[`<waitForLoadingMaskToDisappear>`]: test/actions.md#waitforloadingmasktodisappear
160-
[Action group]: test/action-groups.md
161-
[annotations]: test/annotations.md
162-
[entity]: data.md
163-
[extension]: extending.md
164-
[merging]: merging.md
165-
[parameterized selectors]: section/parameterized-selectors.md
166-
[sections]: section.md
151+
[`<after>`]: test/actions.html#before-and-after
152+
[`<before>`]: test/actions.html#before-and-after
153+
[`<comment>`]: test/actions.html#comment
154+
[`<createData>`]: test/actions.html#createdata
155+
[`<deleteData>`]: test/actions.html#deletedata
156+
[`<wait>`]: test/actions.html#wait
157+
[`<waitForElement>`]: test/actions.html#waitforelement
158+
[`<waitForElementVisible>`]: test/actions.html#waitforelementvisible
159+
[`<waitForLoadingMaskToDisappear>`]: test/actions.html#waitforloadingmasktodisappear
160+
[Action group]: test/action-groups.html
161+
[annotations]: test/annotations.html
162+
[entity]: data.html
163+
[extension]: extending.html
164+
[merging]: merging.html
165+
[parameterized selectors]: section/parameterized-selectors.html
166+
[sections]: section.html

docs/commands/codeception.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ Options:
8181

8282
<!-- Link definitions -->
8383

84-
[mftf tool]: mftf.md
85-
[annotation]: ../test/annotations.md
84+
[mftf tool]: mftf.html
85+
[annotation]: ../test/annotations.html

docs/commands/mftf.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,11 @@ vendor/bin/mftf upgrade:tests /Users/user/magento2/app/code/Magento/Catalog/Test
384384

385385
<!-- LINK DEFINITIONS -->
386386

387-
[configuration]: ../configuration.md
387+
[configuration]: ../configuration.html
388388
[Reference]: #reference
389389
[build]: #buildproject
390390
[setup]: #setupenv
391-
[Reporting]: ../reporting.md
391+
[Reporting]: ../reporting.html
392392

393393
<!-- Abbreviations -->
394394

docs/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,6 @@ BROWSER=firefox
254254
<!-- Link definitions -->
255255

256256
[`MAGENTO_CLI_COMMAND_PATH`]: #magento_cli_command_path
257-
[generateDate]: test/actions.md#generatedate
258-
[mftf]: commands/mftf.md
257+
[generateDate]: test/actions.html#generatedate
258+
[mftf]: commands/mftf.html
259259
[timezones]: http://php.net/manual/en/timezones.php

docs/credentials.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The decrypted values are only available in the `.credentials` file.
9494
The MFTF tests delivered with Magento application do not use credentials and do not cover external services, because of sensitivity of the data.</div>
9595

9696
<!-- Link definitions -->
97-
[`fillField`]: test/actions.md#fillfield
98-
[data]: data.md
99-
[initial setup]: getting-started.md
100-
[test reports]: reporting.md
97+
[`fillField`]: test/actions.html#fillfield
98+
[data]: data.html
99+
[initial setup]: getting-started.html
100+
[test reports]: reporting.html

docs/data.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This emphasizes the practice for the `stepKey` of `createData` to be descriptive
7474

7575
## Use data returned by test actions
7676

77-
A test can also reference data that was returned as a result of [test actions](./test/actions.md#actions-returning-a-variable), like the action `<grabValueFrom selector="someSelector" stepKey="grabStepKey>`.
77+
A test can also reference data that was returned as a result of [test actions](./test/actions.html#actions-returning-a-variable), like the action `<grabValueFrom selector="someSelector" stepKey="grabStepKey>`.
7878

7979
Further in the test, the data grabbed by the `someSelector` selector can be referenced using the `stepKey` value. In this case, it is `grabStepKey`.
8080

@@ -89,7 +89,7 @@ The following example shows the usage of `grabValueFrom` in testing, where the r
8989

9090
The data to operate against can be included as literals in a test. Hard-coded data input can be useful in assertions.
9191

92-
See also [Actions](./test/actions.md).
92+
See also [Actions](./test/actions.html).
9393

9494
```xml
9595
userInput="We'll email you an order confirmation with details and tracking info."

docs/extending.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ __Use case__: Create an entity named `DivPanelGreen`, which is similar to the `D
363363
```
364364

365365
<!-- Link definitions -->
366-
[test]: ./test.md
367-
[data]: ./data.md
368-
[action group]: ./test/action-groups.md
369-
[actions]: ./test/actions.md
366+
[test]: ./test.html
367+
[data]: ./data.html
368+
[action group]: ./test/action-groups.html
369+
[actions]: ./test/actions.html

docs/getting-started.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -284,25 +284,25 @@ allure serve dev/tests/_output/allure-results/
284284

285285
<!-- Link definitions -->
286286

287-
[`codecept`]: commands/codeception.md
288-
[`generate:urn-catalog`]: commands/mftf.md#generateurn-catalog
289-
[`MAGENTO_BP`]: configuration.md#magento_bp
290-
[`mftf`]: commands/mftf.md
287+
[`codecept`]: commands/codeception.html
288+
[`generate:urn-catalog`]: commands/mftf.html#generateurn-catalog
289+
[`MAGENTO_BP`]: configuration.html#magento_bp
290+
[`mftf`]: commands/mftf.html
291291
[allure docs]: https://docs.qameta.io/allure/
292292
[Allure Framework]: http://allure.qatools.ru/
293-
[basic configuration]: configuration.md#basic-configuration
293+
[basic configuration]: configuration.html#basic-configuration
294294
[build]: #build-project
295295
[chrome driver]: https://sites.google.com/a/chromium.org/chromedriver/downloads
296296
[Codeception Test execution]: https://blog.jetbrains.com/phpstorm/2017/03/codeception-support-comes-to-phpstorm-2017-1/
297297
[composer]: https://getcomposer.org/download/
298-
[Configuration]: configuration.md
298+
[Configuration]: configuration.html
299299
[contributing]: https://github.com/magento/magento2-functional-testing-framework/blob/develop/.github/CONTRIBUTING.md
300300
[install Allure]: https://github.com/allure-framework/allure2#download
301301
[java]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
302-
[mftf tests]: introduction.md#mftf-tests
302+
[mftf tests]: introduction.html#mftf-tests
303303
[php]: https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#php
304304
[PhpStorm]: https://www.jetbrains.com/phpstorm/
305305
[selenium server]: https://www.seleniumhq.org/download/
306306
[Set up a standalone MFTF]: #set-up-a-standalone-mftf
307-
[test suite]: suite.md
308-
[Find your MFTF version]: introduction.md#find-your-mftf-version
307+
[test suite]: suite.html
308+
[Find your MFTF version]: introduction.html#find-your-mftf-version

docs/merging.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -562,10 +562,10 @@ The `_defaultSample` results corresponds to:
562562

563563
<!-- Link definitions -->
564564

565-
[`codecept`]: ./commands/codeception.md
566-
[`mftf`]: ./commands/mftf.md
567-
[`<data>`]: ./data.md
568-
[elements]: ./section.md#element-tag
569-
[`<pages>`]: ./page.md
570-
[`<sections>`]: ./section.md
571-
[`<tests>`]: ./test.md
565+
[`codecept`]: ./commands/codeception.html
566+
[`mftf`]: ./commands/mftf.html
567+
[`<data>`]: ./data.html
568+
[elements]: ./section.html#element-tag
569+
[`<pages>`]: ./page.html
570+
[`<sections>`]: ./section.html
571+
[`<tests>`]: ./test.html

docs/metadata.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -554,20 +554,20 @@ Example:
554554

555555
<!-- LINK DEFINITIONS -->
556556

557-
[actions]: test/actions.md
557+
[actions]: test/actions.html
558558
[api reference]: https://devdocs.magento.com/guides/v2.3/get-started/bk-get-started-api.html
559559
[application/x-www-form-urlencoded]: https://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1
560560
{:target="_blank"}
561561
[catalogCategoryRepositoryV1 image]: img/catalogCategoryRepository-operations.png
562562
[catalogCategoryRepositoryV1SavePostBody]: #catalogCategoryRepositoryV1SavePostBody
563563
[contentType]: #contentType-tag
564564
[Create a new category]: #create-object-as-adminOauth
565-
[createData]: test/actions.md#createdata
565+
[createData]: test/actions.html#createdata
566566
[delete a category by its ID]: #delete-object-as-adminOauth
567-
[deleteData]: test/actions.md#deletedata
568-
[entity]: data.md#entity-tag
567+
[deleteData]: test/actions.html#deletedata
568+
[entity]: data.html#entity-tag
569569
[get information about a category by its ID]: #get-object-as-adminOauth
570-
[getData]: test/actions.md#getdata
570+
[getData]: test/actions.html#getdata
571571
[HTML forms]: https://www.w3.org/TR/html401/interact/forms.html
572572
{:target="_blank"}
573573
[oauth]: https://devdocs.magento.com/guides/v2.3/get-started/authentication/gs-authentication-oauth.html
@@ -577,7 +577,7 @@ Example:
577577
[rest request]: #handling-with-api
578578
[html form]: #using-html-forms
579579
[update category data by its ID]: #update-object-as-adminOauth
580-
[updateData]: test/actions.md#updatedata
580+
[updateData]: test/actions.html#updatedata
581581
[rest response]: #rest-response
582582

583583
*[CRUD]: Create Read Update Delete

docs/page.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ Attributes|Type|Use|Description
161161
`remove`|boolean|optional|The default value is `"false"`. Set to `"true"` to remove this element during parsing.
162162

163163
<!-- Link definitions -->
164-
[`<createData>`]: test/actions.md#createdata
164+
[`<createData>`]: test/actions.html#createdata
165165
[`<page>`]: #page-tag
166166
[`<section>`]: #section-tag
167-
[`<test>`]: test.md
168-
[actions]: test/actions.md
167+
[`<test>`]: test.html
168+
[actions]: test/actions.html
169169
[explicit page]: #explicit-page
170170
[PageObjects]: https://github.com/SeleniumHQ/selenium/wiki/PageObjects
171171
[parameterized page]: #parameterized-page
172-
[section]: section.md
172+
[section]: section.html

docs/reporting.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -344,13 +344,13 @@ Refer to the [Reporting section][] for more Allure CLI details.
344344

345345
<!-- Link definitions -->
346346

347-
[`after`]: test.md#after-tag
348-
[`run:group`]: commands/mftf.md#rungroup
349-
[`run:test`]: commands/mftf.md#runtest
347+
[`after`]: test.html#after-tag
348+
[`run:group`]: commands/mftf.html#rungroup
349+
[`run:test`]: commands/mftf.html#runtest
350350
[Allure Framework]: https://docs.qameta.io/allure/
351351
[Allure Test Report]: http://allure.qatools.ru/
352-
[codecept]: commands/codeception.md
352+
[codecept]: commands/codeception.html
353353
[codeception]: https://codeception.com/docs/reference/Commands
354-
[mftf]: commands/mftf.md
354+
[mftf]: commands/mftf.html
355355
[report an issue]: https://github.com/magento/magento2-functional-testing-framework/blob/master/.github/CONTRIBUTING.md#report-an-issue
356356
[Reporting section]: https://docs.qameta.io/allure/#_reporting

docs/section.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Section structure
22

3-
A `<section>` is a reusable part of a [`<page>`](./page.md) and is the standard file for defining UI elements on a page used in a test.
3+
A `<section>` is a reusable part of a [`<page>`](./page.html) and is the standard file for defining UI elements on a page used in a test.
44

55
A `<section>` can define:
66

@@ -138,15 +138,15 @@ Whenever the `signIn` button is used in a test, the MFTF will add a 30 second `w
138138

139139
<!-- Link definitions -->
140140

141-
[waitForPageLoad]: test/actions.md#waitforpageload
142-
[data entity]: ./data.md
143-
[test]: ./test.md#test-tag
144-
[`<createData>`]: ./test/actions.md#createdata
145-
[before]: ./test.md#before-tag
146-
[after]: ./test.md#after-tag
147-
[page]: ./page.md
148-
[action]: ./test/actions.md
141+
[waitForPageLoad]: test/actions.html#waitforpageload
142+
[data entity]: ./data.html
143+
[test]: ./test.html#test-tag
144+
[`<createData>`]: ./test/actions.html#createdata
145+
[before]: ./test.html#before-tag
146+
[after]: ./test.html#after-tag
147+
[page]: ./page.html
148+
[action]: ./test/actions.html
149149
[XPath]: https://www.w3schools.com/xml/xpath_nodes.asp
150150
[CSS]: https://www.w3schools.com/cssref/css_selectors.asp
151-
[Locator function]: ./section/locator-functions.md
152-
[Parameterized selectors]: ./section/parameterized-selectors.md
151+
[Locator function]: ./section/locator-functions.html
152+
[Parameterized selectors]: ./section/parameterized-selectors.html

docs/section/locator-functions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ Given the above element definitions, you call the elements in a test just like a
4242

4343
<!-- Link Definitions -->
4444
[Locator functions]: http://codeception.com/docs/reference/Locator
45-
[section]: ../section.md
46-
[parameterized selectors]: ./parameterized-selectors.md
45+
[section]: ../section.html
46+
[parameterized selectors]: ./parameterized-selectors.html

docs/section/parameterized-selectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ Any data can be used in parameterized elements, as well as entered in test actio
152152
* `{$variable}` is a reference to data returned by a test action, like `<grabValueFrom>`.
153153

154154
<!-- Link Definitions -->
155-
[test]: ../test.md
155+
[test]: ../test.html

docs/suite.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -282,12 +282,12 @@ Attributes|Type|Use|Description
282282
`remove`|boolean|optional|Removing the filter during merging.
283283

284284
<!-- Link definitions -->
285-
[actions]: test/actions.md
286-
[action groups]: test/action-groups.md
285+
[actions]: test/actions.html
286+
[action groups]: test/action-groups.html
287287
[`<after>`]: #after-tag
288288
[`<before>`]: #before-tag
289-
[`generate:tests`]: commands/mftf.md#generatetests
290-
[test]: test.md
289+
[`generate:tests`]: commands/mftf.html#generatetests
290+
[test]: test.html
291291
[`<test>`]: #test-tag
292292
[`<group>`]: #group-tag
293293
[`<module>`]: #module-tag

docs/test.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ See [Action groups][action group] for more information.
136136
[`<before>`]: #before-tag
137137
[`<test>`]: #test-tag
138138
[`<tests>`]: #tests-tag
139-
[action group]: ./test/action-groups.md
140-
[actions]: ./test/actions.md
139+
[action group]: ./test/action-groups.html
140+
[actions]: ./test/actions.html
141141
[Allure]: https://github.com/allure-framework/
142-
[Annotations]: ./test/annotations.md
143-
[assertion]: ./test/assertions.md
142+
[Annotations]: ./test/annotations.html
143+
[assertion]: ./test/assertions.html
144144
[Codeception]: https://codeception.com/docs/07-AdvancedUsage
145-
[extend]: extending.md
146-
[merging]: ./merging.md#insert-after
147-
[suites]: ./suite.md
145+
[extend]: extending.html
146+
[merging]: ./merging.html#insert-after
147+
[suites]: ./suite.html

docs/test/action-groups.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Attribute|Type|Use|Description
258258
`type`|Possible values: `string`, `entity` (default).|optional|Defines the argument data type; Defaults to `entity`.
259259

260260
<!-- Link Definitions -->
261-
[actions]: ./actions.md
262-
[test]: ../test.md
261+
[actions]: ./actions.html
262+
[test]: ../test.html
263263
[`argument`]: #argument-tag
264-
[created]: ../data.md#persist-data
264+
[created]: ../data.html#persist-data

0 commit comments

Comments
 (0)