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.

link|improve this question

72% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.