Commit eb7fde7
authored
Fix failing test cases on Mac (OpenLiberty#570)
* Update transitive dependencies
* Rename test project directories
* Fix InputBox issue on Mac and reformat util files
* Add settings.json for tests
* Update Maven project test logging and reformat Maven test files
* Reformat test util files
* Reformat Gradle test files
* Update logging in Gradle tests
* Update macOS version used in GHA
* Add test logger to fix interleaved messages
* Refactor test logger to remove buffering and use stderr
* Update test logger to write synchronously
* Simplify test logger
* Update INFO and ERROR spacing
* Update test log formatting
* Remove unnecessary click() call causing Mac test failures
* Update wait time for dashboard loading
* Add screenshot archiving to Gradle tests, move logic to testUtils
* Separate Maven and Gradle test workflows
* Update test workflow names
* Update vscode-extension-tester to latest
* Remove redundant sections in exec.sh
* Fix display start for Gradle
* Add initial wait before checking for Liberty dashboard in sidebar
* Increase timeout for sidebar detection test
* Update test steps to use smarter waits
* Update tests to fetch dashboard per test to avoid cascading failures
* Update Liberty sidebar item lookup
* Close surefire report in Maven tests
* Copyright updates1 parent 82cb2bb commit eb7fde7
39 files changed
Lines changed: 2745 additions & 1972 deletions
File tree
- .github/workflows
- src/test
- definitions
- resources
- ci/scripts
- gradle/liberty-gradle-test-wrapper-app
- gradle/wrapper
- src
- main
- java/test/gradle/liberty/web/app
- liberty/config
- webapp
- WEB-INF
- test/java/test/gradle/liberty/web/app
- it
- maven/liberty-maven-test-wrapper-app
- .mvn/wrapper
- src
- main
- java/test/maven/liberty/web/app
- liberty/config
- webapp
- WEB-INF
- test/java/test/maven/liberty/web/app
- it
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
65 | | - | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
0 commit comments