-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: move from fake ip vars to test types vars * feat: add mock e2e scripts * feat: add mocha setup * feat: run probe container from e2e setup * ci: trigger e2e * feat: wait until probe connects * feat: add failing usage of matchApiSchema * fix: matchApiSchema method * fix: mocha throwing ERROR: null in case of ts compilation error * feat: add util parser * feat: change runner * feat: use got response in mocha plugin * test: add measurement e2e tests * feat: add e2e wallaby configuration * feat: move e2e .mocharc * feat: add e2e folder to tsconfig * feat: add e2e cases for all measurement types * fix: http schema * refactor: move files * feat: add locations e2e * fix: add missing nulls to schema * test: add offline probes tests * test: add adopted probes tests e2e * fix: e2e mocharc * fix: tests order * feat: run api as docker container * fix: run api on port 3000 * fix: local run * refactor: docker manager * fix: e2e wallaby * fix: schema hostname format * fix: remove unused env var * fix: add missing awaits * fix: remove manual json.parse * fix: log measurement status * feat: disable rtt null * fix: add wait for disconnect * ci: trigger * fix: retrun rtt null back * refactor: move e2e to test folder * fix: use db urls from config * fix: build probe image from github master * fix: get rtt schema back
- Loading branch information
1 parent
2276507
commit 24adbc4
Showing
30 changed files
with
958 additions
and
31 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
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,42 @@ | ||
{ | ||
"exit": true, | ||
"timeout": 20000, | ||
"check-leaks": true, | ||
"file": [ | ||
"test/tests/e2e/setup-api.ts", | ||
"test/tests/e2e/setup-probe.ts" | ||
], | ||
"spec": [ | ||
"test/tests/e2e/**/*.test.ts" | ||
], | ||
"node-option": [ | ||
"experimental-specifier-resolution=node", | ||
"loader=ts-node/esm" | ||
], | ||
"globals": [ | ||
"__extends", | ||
"__assign", | ||
"__rest", | ||
"__decorate", | ||
"__param", | ||
"__metadata", | ||
"__awaiter", | ||
"__generator", | ||
"__exportStar", | ||
"__createBinding", | ||
"__values", | ||
"__read", | ||
"__spread", | ||
"__spreadArrays", | ||
"__spreadArray", | ||
"__await", | ||
"__asyncGenerator", | ||
"__asyncDelegator", | ||
"__asyncValues", | ||
"__makeTemplateObject", | ||
"__importStar", | ||
"__importDefault", | ||
"__classPrivateFieldGet", | ||
"__classPrivateFieldSet" | ||
] | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.