-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
16 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
### Limitations | ||
|
||
| | Description | Mitigation | | ||
|---|----------------------------------------------------------|-------------------------------------------------------------------| | ||
| 1 | Cannot run Safari tests on Linux | Webkit is supported | | ||
| 2 | Browserstack eval license only supports Win/Chromium | Buy license | | ||
| 3 | Matrix strategy auto-combines | Care must be taken that all target environments support the tests | | ||
| 4 | Installtion of Maven is not managed through the workflow | Can be managed in the same way as Java is managed | |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
### Workflow execution schedule | ||
|
||
| | Description | Purpose | Branch | Trigger | | ||
|---|---------------------------|----------------------------|----------------------|---------| | ||
| 1 | CICD_Main_Pipeline | Main build & test workflow | master | Push/PR | | ||
| 2 | CICD_Main_Pipeline-4Test | Build & test workd | Pipeline_Test_Branch | Push/PR | | ||
| 3 | ScheduledTask | Dummy nightly build | N/A | Cron [Sun-Thu 00:00] | | ||
|