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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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 4
  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 4
  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. ; Optional override to specify the location of the Firefox/PhantomJS binary
  22. ; firefox.path=/usr/bin/firefox
  23. ; phantomjs.binary.path=/usr/bin/phantomjs
  24. ; By default using @RunLocally annotation in Framework tests is not allowed.
  25. ; Running tests locally can be done with com.vaadin.testbench.runLocally parameter above.
  26. ; Uncomment the following line if you want to be able to use @RunLocally annotation
  27. ; com.vaadin.testbench.allowRunLocally=true
  28. ;
  29. ; For only TestBench 2
  30. ;
  31. ; Location where TestBench 2 jar can be found
  32. com.vaadin.testbench.lib.dir=<enter location of testbench here>
  33. ; Run the whole test even if a screenshot comparison fails
  34. com.vaadin.testbench.screenshot.softfail=true
  35. ; Screen capture at the end if the test fails
  36. com.vaadin.testbench.screenshot.onfail=true
  37. ; Enable cursor detection
  38. com.vaadin.testbench.screenshot.cursor=true
  39. ; Run the test case that is focused in Eclipse. Must be set in Eclipse launch configuration and not here.
  40. ; testfiles=${resource_loc}
  41. ; Uncomment to limit to certain browsers or override in launch configuration
  42. ; browsers=winxp-opera10
  43. ; Claim that the server has started succesfully. Needed for TB2 tests to be executed
  44. server.start.succeeded=1
  45. ; Directory where temporary Java classes are created
  46. test-output-dir=../build/test-output