I’m trying to use Testify to do unit testing. But it can not locate the css files in the @IncludeStylesheet annotation. It works fine if I use <link>. I have specified the context root when initializing the TapestryTester, such as, private static final TapestryTester SHARED_TESTER = new TapestryTester("org.blah.foo", "App", "src/main/webapp", DemoModule.class);
Caused by: java.lang.RuntimeException: Unable to locate asset 'context:css/grid.css' (the file does not exist). Anything needs to be configured in order for it to work??