Skip to content

selenese-runner-java-1.7.0

Compare
Choose a tag to compare
@vmi vmi released this 20 Nov 22:05
· 929 commits to master since this release
  • Adopt semantic versioning 2.0.0. see: http://semver.org/spec/v2.0.0.html
  • Fix failed to load test-case file without Base URL. (#135)
  • Add new option "--cli-args", it adds command line options at starting up driver binary. It affects only firefox, chrome, and phantomjs. (#134)
  • Add new option "--command-factory", it registers user defined command factory. Note: Use "java -cp ...:selenese-runner.jar Main --command-factory ...". Because "java" command ignores all class path settings, when using "-jar" option. (#137)
  • Don't create RollupRules until necessary to be able to work with some Java installations that lack Javascript ScriptEngine support. (#138 by koichirok)
  • Use firefox options for capabilities if remote browser is "firefox". (#136 by koichirok & vmi)
  • Add IntelliJ IDEA's project files to .gitignore. (#139 by koichirok)