Commit 33fdf44
Update service to ESM and WDIO v9 (#126)
* Updated project to ESM only
Updated to WDIO v8
Updated to Node v18
* Additional config updates
Switch to jsconfig for now
Updated necessary types for spec files
Specify browserVersion for wdio conf
* Reverted manual version change
Replaced import all with default import
Removed unnecessary export
* Updates to dependencies and tsconfig
* Updated js src files to ts
Removed older babel references, configs
Added types in place of JSDoc types
* Removed additional babel references
Update files to correct line-endings
* More TS Changes
* Updated most of test directory to ts
Updated deps
Added temporary file for further run arg types and comments
* Updated remaining test files with TS
Added mocks where needed
Updated tsconfigs to handle build vs development type-checking
Updated imports where applicable
Other minor improvements
* WIP change to update tsconfig layout
* Fixed some issues preventing unit tests to run
Updated more configs
Added some dev dependencies
* Address most of the feedback
* Update onPrepare to promise syntax instead of async/await
* Some fixes to failing tests
More usage of sandbox instead of direct stubs
* Fixed tests in launcherSpec
Removed console log
Fixed some warnings and errors displayed in some test contexts
* Fixed dockerEventsSpec
* Fixed all test cases
Updated to latest dependencies
* Updated package-lock
* * Updated CJS entry file
* Removed extra md file
* Migrated to vitest
Updated some test cases to fix type errors
Updated Github CI config
Updated node version to latest v20 lts
* Fixed Eslint issues
Cleaned up some older references
* Removed abstraction on Ping file
* Updated health check URL to work across platforms
moby/libnetwork#2348 (comment)
* Updated baseUrl for integration config
* Added CI check to conditionally use different URL for host
* Troubleshooting~1
* Troubleshooting~2
* Troubleshooting~3
* Troubleshooting~4
* Troubleshooting~5
* Troubleshooting~6
* Troubleshooting~6
* Troubleshooting~7
* Troubleshooting~8
* Troubleshooting~9
* Troubleshooting~10
* Troubleshooting~11
* Troubleshooting~12
* Troubleshooting~13
* Troubleshooting~14
* Troubleshooting~14
* Troubleshooting~15
* Cleanup~1
* Cleanup~2
* Cleanup~3
* Cleanup~4
* Cleanup~5
* Troubleshooting~16
* Troubleshooting~17
* Troubleshooting~18
* Troubleshooting~19
* Troubleshooting~20
* Troubleshooting~21
* Troubleshooting~22
* Troubleshooting~23
* Troubleshooting~24
* Remaining Cleanup~1
---------
Co-authored-by: Keno <[email protected]>1 parent 8d8961b commit 33fdf44
76 files changed
Lines changed: 9438 additions & 17985 deletions
File tree
- .github/workflows
- src
- cjs
- modules
- utils
- test
- integration
- docker-app
- app
- docker-selenium
- mocks
- unit
- modules
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments