diff --git a/gulpfile.js b/gulpfile.js index 438cf25..ee92a42 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -134,7 +134,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=sample_helloworld/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=sample_helloworld/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 abf1957..57979d3 100644 --- a/src/test/webapp/js/tests/runTests.html +++ b/src/test/webapp/js/tests/runTests.html @@ -2,7 +2,7 @@ Tests - + Redirecting to test runner.