Test annotation, that serves to generate a landing page for all available tests. Example: ``` html <!-- Polymer hello-world element. <hello-world></hello-world> @demo demo/index.html @hero hero.svg @test test/basic1.html @test test/basic2.html @test test/basic3.html --> ``` Add a test button to go to a test landing page when there are tests defined. 