From c1d7215bba60d78c23a55e771ac8899b01ef40ab Mon Sep 17 00:00:00 2001 From: Marius Austerschulte Date: Mon, 24 Jun 2024 11:13:38 +0200 Subject: [PATCH] Run tests from dn_intro bundle directly instead of having an additional dn_tests bundle. --- gulpfile.js | 2 +- src/test/webapp/js/tests/runTests.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 8013131..96ab44e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -150,7 +150,7 @@ gulp.task("run-tests", function transportTestUrls() { // transport test url to run-browser-tests // eslint-disable-next-line max-len - const testsAt = mapappsBrowserSync.state.url + "/resources/jsregistry/root/@conterra/mapapps-mocha-runner/latest/mocha.html?boot=/js/tests/test-init.js&timeout=5000&test=dn_tests/tests/all&reporter=tap"; + const testsAt = mapappsBrowserSync.state.url + "/resources/jsregistry/root/@conterra/mapapps-mocha-runner/latest/mocha.html?boot=/js/tests/test-init.js&timeout=5000&test=dn_intro/tests/all&reporter=tap"; runBrowserTests.push(testsAt); return Promise.resolve(); }, diff --git a/src/test/webapp/js/tests/runTests.html b/src/test/webapp/js/tests/runTests.html index ba1d18f..44b9712 100644 --- a/src/test/webapp/js/tests/runTests.html +++ b/src/test/webapp/js/tests/runTests.html @@ -19,7 +19,7 @@ Tests - + Redirecting to test runner.