1. Playframework test-runner selenium permission denied Location.href and Command Execution Failure stackoverflow.comThis 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.comIs 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.comWhen creating selenium tests using the |
4. How to run Play! Selenium tests via CI (jenkins for eg) stackoverflow.comI'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.comMy 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.comI'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.comI'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:
|
8. selenium and javascript, play auto-test with fancybox as a sample stackoverflow.comAs 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.comI 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.comI 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 |