Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

eclipse-run-selected-test.properties 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. ;
  14. ; For only TestBench 3
  15. ;
  16. ; Simulates @RunLocally with the given value on all test classes without a @RunLocally annotation.
  17. ; com.vaadin.testbench.runLocally=firefox
  18. ;
  19. ; For only TestBench 2
  20. ;
  21. ; Location where TestBench 2 jar can be found
  22. com.vaadin.testbench.lib.dir=<enter location of testbench here>
  23. ; Deployment url to use for testing. Context path must be /
  24. com.vaadin.testbench.deployment.url=http://<enter your ip here>:8888/
  25. ; Run the whole test even if a screenshot comparison fails
  26. com.vaadin.testbench.screenshot.softfail=true
  27. ; Screen capture at the end if the test fails
  28. com.vaadin.testbench.screenshot.onfail=true
  29. ; Enable cursor detection
  30. com.vaadin.testbench.screenshot.cursor=true
  31. ; Run the test case that is focused in Eclipse. Must be set in Eclipse launch configuration and not here.
  32. ; testfiles=${resource_loc}
  33. ; Uncomment to limit to certain browsers or override in launch configuration
  34. ; browsers=winxp-opera10
  35. ; Claim that the server has started succesfully. Needed for TB2 tests to be executed
  36. server.start.succeeded=1
  37. ; Directory where temporary Java classes are created
  38. test-output-dir=../build/test-output