Add smoketest and run it in CI

This commit is contained in:
Alex Dima 2021-11-15 15:55:37 +01:00
parent ab787465b6
commit 78b2edf1e3
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
7 changed files with 1078 additions and 0 deletions

6
test/smoke/common.js Normal file
View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
exports.PORT = 8563;