Move the integration tests boot file to the integration tests folder
This file is specific to the integration tests, so this commit moves it to bundle the integration test logic a bit better and to match the unit/font tests in terms of folder structure for consistency.
This commit is contained in:
parent
dd5618ebed
commit
a43fc32bf3
@ -13,6 +13,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* eslint-disable no-console */
|
||||||
|
|
||||||
import Jasmine from "jasmine";
|
import Jasmine from "jasmine";
|
||||||
|
|
||||||
async function runTests(results) {
|
async function runTests(results) {
|
||||||
@ -806,7 +806,7 @@ async function startIntegrationTest() {
|
|||||||
onAllSessionsClosed = onAllSessionsClosedAfterTests("integration");
|
onAllSessionsClosed = onAllSessionsClosedAfterTests("integration");
|
||||||
startServer();
|
startServer();
|
||||||
|
|
||||||
const { runTests } = await import("./integration-boot.mjs");
|
const { runTests } = await import("./integration/jasmine-boot.js");
|
||||||
await startBrowsers({
|
await startBrowsers({
|
||||||
baseUrl: null,
|
baseUrl: null,
|
||||||
initializeSession: session => {
|
initializeSession: session => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user