Number of iterations. Default: 10
.
http://localhost:8000/?i=5
Override name.
http://localhost:8000/?name=Test
Override version.
http://localhost:8000/?version=0.0.1-a
Push report to the parent window. Default: false
.
http://localhost:8000/?report=true
Reduce number of DOM elements in tests. Default: false
.
http://localhost:8000/?mobile=true
Enable DOM recycling for implementations that support enabling/disabling DOM recycling. Default: false
.
http://localhost:8000/?enableDOMRecycling=true
Filter tests by name (regexp).
http://localhost:8000/?filter=render
Measure full render time (recalc style/layout/paint/composition/etc). Default: false
.
http://localhost:8000/?fullRenderTime=true
Add marks to the Dev Tools timeline. Default: false
.
http://localhost:8000/?timelineMarks=true
Disable internal tests. Useful for experimenting with DOM structure changes. Default: false
.
http://localhost:8000/?disableChecks=true
Add delay in ms before starting tests. Default: 0
.
http://localhost:8000/?startDelay=3000