I'm writing selenium tests in playframework 1.2.4 using IntelliJ idea (it has some support of playframework now). Is it possible to use some syntax help for selenium tests, which is actually located in html files?
For example there is a tests (in mytest.test.html file)
#{selenium 'software detail renders with back-link on board'}
openAndWait('/detail/1')
assertVisible('//div[@id="util-panel"]//a[@id="back-link"]')
#{/selenium}
Of course I can use intelli-j templates/sniplets. But I would prefer syntax support.