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 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ;
  2. ; This is an example property file showing how to control how TestBench is used
  3. ; in the Vaadin Framework project. You should not modify this file since it's
  4. ; under version control. Instead, create a copy of it inside the /work/ folder
  5. ; in the project and make your customizations to that file.
  6. ;
  7. ;
  8. ; For both TestBench 2 and 3
  9. ;
  10. ; Location of the screenshot directory.
  11. ; This is the directory that contains the "references" directory
  12. com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshots directory, parent of "references" directory>
  13. ; Deployment url to use for testing. Context path must be /
  14. ; com.vaadin.testbench.deployment.url=http://<enter your ip here>:8888/
  15. ;
  16. ; For only TestBench 3
  17. ;
  18. ; Simulates @RunLocally with the given value on all test classes without a @RunLocally annotation.
  19. ; Use simple browser name (phantomjs, chrome, firefox, ie8, ie9, ie10, ie11)
  20. ; com.vaadin.testbench.runLocally=firefox
  21. ; By default using @RunLocally annotation in Framework tests is not allowed.
  22. ; Running tests locally can be done with com.vaadin.testbench.runLocally parameter above.
  23. ; Uncomment the following line if you want to be able to use @RunLocally annotation
  24. ; com.vaadin.testbench.allowRunLocally=true
  25. ;
  26. ; For only TestBench 2
  27. ;
  28. ; Location where TestBench 2 jar can be found
  29. com.vaadin.testbench.lib.dir=<enter location of testbench here>
  30. ; Run the whole test even if a screenshot comparison fails
  31. com.vaadin.testbench.screenshot.softfail=true
  32. ; Screen capture at the end if the test fails
  33. com.vaadin.testbench.screenshot.onfail=true
  34. ; Enable cursor detection
  35. com.vaadin.testbench.screenshot.cursor=true
  36. ; Run the test case that is focused in Eclipse. Must be set in Eclipse launch configuration and not here.
  37. ; testfiles=${resource_loc}
  38. ; Uncomment to limit to certain browsers or override in launch configuration
  39. ; browsers=winxp-opera10
  40. ; Claim that the server has started succesfully. Needed for TB2 tests to be executed
  41. server.start.succeeded=1
  42. ; Directory where temporary Java classes are created
  43. test-output-dir=../build/test-output