You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

eclipse-run-selected-test.properties 1.1KB

1234567891011121314151617181920212223242526272829
  1. ; Location where vaadin-testbench jar can be found
  2. com.vaadin.testbench.lib.dir=<enter location of testbench here>
  3. ; Deployment url to use for testing. Context path must be /
  4. com.vaadin.testbench.deployment.url=http://<enter your ip here>:8888/
  5. ; Location of the screenshot directory.
  6. ; This is the directory that contains the "references" directory
  7. com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshots directory, parent of "references" directory>
  8. ; Run the whole test even if
  9. com.vaadin.testbench.screenshot.softfail=true
  10. ; Screen capture at the end if the test fails
  11. com.vaadin.testbench.screenshot.onfail=true
  12. ; Enable cursor detection
  13. com.vaadin.testbench.screenshot.cursor=true
  14. ; Run the test case that is focused in Eclipse. Must be set in Eclipse launch configuration and not here.
  15. ; testfiles=${resource_loc}
  16. ; Uncomment to limit to certain browsers or override in launch configuration
  17. ; browsers=winxp-opera10
  18. ; Claim that the server has started succesfully. Needed for the tests to run
  19. server.start.succeeded=1
  20. test-output-dir=../build/test-output