diff --git a/gulpfile.js b/gulpfile.js index 9be30b8..7e721d1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -149,7 +149,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/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_screenshot/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 befe8bb..0d404d3 100644 --- a/src/test/webapp/js/tests/runTests.html +++ b/src/test/webapp/js/tests/runTests.html @@ -19,7 +19,7 @@