-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation review for cypress container tests (#3779)
- Loading branch information
Showing
8 changed files
with
28 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
### Test Suite: `/examples` | ||
|
||
This test suite is used to add tests for our **/container/examples** application, to make sure that our provided simple examples are working and up to date. | ||
Tests to validate and verify our simple examples in the **/container/examples** application. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
### Test Suite: `test-app/iframe` | ||
|
||
This test suite is used to add tests for all scenarios built and served from **container/test-app/iframe** application. This involves iframe based Luigi Container scenarios. | ||
This is the test suite of the **container/test-app/iframe** application. The test suite is for the iframe based Luigi Container scenarios. | ||
|
||
Please add all iframe based **Luigi Container** related tests here. | ||
|
||
Categorize tests into separate files if needed, so that it is easy to read. | ||
Categorize tests into separate files if needed, so that it is easy to read. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# luigi-compound-container based e2e test app | ||
# luigi-compound-container Based e2e Test App | ||
|
||
This folder contains simple html files which apply **luigi-compound-container** in different scenarios. | ||
This folder contains simple HTML files that use **luigi-compound-container** in different scenarios. | ||
|
||
The purpose of it, is to serve as a testing environment for our Cypress tests which reside on container/cypress/e2e folder | ||
They serve as a testing environment for our Cypress tests, which reside in the `container/cypress/e2e` folder. | ||
|
||
We try to keep our examples here simple and apply separation of concerns. We use plain JS and HTML files to avoid maintaining yet another framework example. | ||
We try to keep the examples simple and apply separation of concerns. We use plain JS and HTML files to avoid maintaining yet another framework example. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# iframe based luigi container e2e test app | ||
# Iframe Based Luigi Container e2e Test App | ||
|
||
This folder contains simple html files which apply **iframe** based luigi-container in different scenarios. | ||
This folder contains simple HTML files that use **iframe** based luigi-container in different scenarios. | ||
|
||
The purpose of it, is to serve as a testing environment for our Cypress tests which reside on container/cypress/e2e folder | ||
They serve as a testing environment for our Cypress tests, which reside in the container/cypress/e2e folder. | ||
|
||
We try to keep our examples here simple and apply separation of concerns. We use plain JS and HTML files to avoid maintaining yet another framework example. | ||
We try to keep our examples simple and apply separation of concerns. We use plain JS and HTML files to avoid maintaining yet another framework example. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Web Component based luigi-container e2e test app | ||
# Web Component Based luigi-container e2e Test App | ||
|
||
This folder contains simple html files which apply **Web Component** based luigi-container in different scenarios. | ||
This folder contains simple HTML files that use **Web Component** based luigi-container in different scenarios. | ||
|
||
The purpose of it, is to serve as a testing environment for our Cypress tests which reside on container/cypress/e2e folder | ||
They serve as a testing environment for our Cypress tests, which reside in the container/cypress/e2e folder. | ||
|
||
We try to keep our examples here simple and apply separation of concerns. We use plain JS and HTML files to avoid maintaining yet another framework example. | ||
We try to keep our examples simple and apply separation of concerns. We use plain JS and HTML files to avoid maintaining yet another framework example. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Luigi Container Unit-Tests | ||
|
||
This file contains unit test for the Luigi Container package. | ||
These are the unit tests for the Luigi Container package. | ||
|
||
All files that are tested here are from **container/src** folder. | ||
All these files are from the **container/src** folder. | ||
|
||
Please try to maintain test coverage when adding new files/functionality | ||
Please try to maintain test coverage when adding new files/functionality. |