Skip to content

Latest commit

 

History

History
 
 

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Automatic tests for AR.js

It is running webdriver.io with their great visual regression's services. In brief, it takes screenshots of the current version and compare them to screenshots from previous versions. If they are different, this is a regression.

To see current tasks in progress, check out the TODO.md.

How to run the tests ?

First install the npm packages for the tests.

npm install 

How to run the tests ?

npm test

Principles for measuring performance

  • Measure stability - so 3d shakiness, if marker is stable and camera too
    • influence of blur, influence of noises
  • Measure accuracy - substract between where it should be, versus where it is.
  • Measure latency - time to process one frame
  • Measure performance fps

Good links