-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OGUI-1560] Migrate QCG test setup to use NodeJS test runner instead …
…of mocha and nyc (#2635) * updates the QCG test base to use NodeJS test-runner instead of Mocha and Nyc. * updates the GH workflow of QCG to use the new setup * removes integration tests folder as these are being run on FLP side now * brings all included test files to a standard naming convention (remaining ones are not yet included in test runs) * this is needed to ensure framework imported tests (ES6 required only) are waiting for the parent test `before` hooks which are setting up the test server and browser page.
- Loading branch information
Showing
25 changed files
with
754 additions
and
2,921 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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
public/config.js | ||
config.js | ||
/config.js | ||
public/config.cjs | ||
config.cjs | ||
*~ | ||
.DS_Store | ||
cert/* | ||
|
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
Oops, something went wrong.