From 5f19d13f24a772a207d0e3c01dfff2092e8c7084 Mon Sep 17 00:00:00 2001 From: Jerome Etienne Date: Fri, 18 Aug 2017 00:52:14 +0100 Subject: [PATCH] more tests --- test/TODO.md | 6 ++++-- test/specs/markers-area.js | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/test/TODO.md b/test/TODO.md index 8f06af7..d770915 100644 --- a/test/TODO.md +++ b/test/TODO.md @@ -1,16 +1,18 @@ # TODO -- Test multi marker: learning playing - measure performance - e.g. fps. run the test for say 5sec and then extract an average - should i use stats.js. my own specific measurement - console.time ? - can i get this result ? my own simple performance.now() substract - - + - fps is more global, - make it such as you can instrument any demo + - have the .js to detect they are running in a test... how ? + - and if running in a tests, have the profile to obey the conditions - make more image for test - multi markers - various angle, various lights +- DONE Test multi marker: learning playing - DONE test picking - DONE make test-runner.html to the ARjs new api - DONE support test on video too diff --git a/test/specs/markers-area.js b/test/specs/markers-area.js index ca273be..d9e7e8f 100644 --- a/test/specs/markers-area.js +++ b/test/specs/markers-area.js @@ -39,7 +39,7 @@ describe('AR.js Markers Area', function() { ////////////////////////////////////////////////////////////////////////////// // Code Separator ////////////////////////////////////////////////////////////////////////////// - it('use a markers-area and enabled markers-helpers', function () { + it('use a markers-area and enabled markers-helpers', function() { // goes in test-runner.html var pageURL = '/three.js/examples/test-runner.html' browser.url(pageURL) -- GitLab