selenium « playframework « Java Enterprise Q&A





1. Playframework test-runner selenium permission denied Location.href and Command Execution Failure    stackoverflow.com

This test works locally, but when run from the Play test runner on our aws ci instance, I get the following permissions error in Firefox: Permission denied for HOST to get ...

2. Testing Play Modules    stackoverflow.com

Is there a standard way to set up Selenium tests for a Play module, as opposed to an application? I can't find any info on how to do it. ...

3. Verifying text is present within certain element    stackoverflow.com

When creating selenium tests using the #{selenium} tag, how do you use complex XPath locators? I've got some simpler examples that work but I'd really like to avoid having to give ...

4. How to run Play! Selenium tests via CI (jenkins for eg)    stackoverflow.com

I've started using Play! for an application which we are migrating from Wicket in my organization. As per our policy, we need to keep all tests up and running via Jenkins ...

5. Problem with flash scope - play framework    stackoverflow.com

My problem is about putting and getting variables into/from the play scope. It's not that it doesn't work at all, but it sometimes does and other times it doesn't, which is really ...

6. Create Play! Framework tag for selenium tests only    stackoverflow.com

I'm writing a selenium test using the Play! Framework and some tests have common bits. I want to pull those common bits out into a Play! tag. In production ...

7. Verifying element with a name containing a dot (.) using Play's Selenium Tag    stackoverflow.com

I'm trying to verify an element on my page by writing a selenium test using the Play Framework's Selenium Tag. I have something like this:

#{selenium}
    open('/')
  ...

8. selenium and javascript, play auto-test with fancybox as a sample    stackoverflow.com

As soon as I applied fancybox scripts into my playframework application, I can not use play auto-test selenium anymore for test that page where this script is applied. ...

9. In the play framework, how do I run just one selenium test suite and have it run automatically?    stackoverflow.com

I am doing Test Driven Development using the Play Framework and want to keep run the current failing test quickly. I am finding clicking Start! to be to slow since ...





10. Play Framework: Run single selenium test on the command line (headless browser)    stackoverflow.com

I can run a single selenium test in play's browser UI, however, is it possible to execute a play selenium test on the command line? Obviously if I run play auto-test it ...