Gridifying Seleniet

Download all files needed selenium-server-standalone-2.52.0.jar and if you want to run android tests too: selendroid-grid-plugin-0.17.0.jar selendroid-standalone-0.17.0-with-dependencies.jar selendroid-test-app-0.17.0.apk Start grid hub java -Dfile.encoding=UTF-8 -cp “selendroid-grid-plugin-0.17.0.jar:selenium-server-standalone- 2.52.0.jar” org.openqa.grid.selenium.GridLauncher -capabilityMatcher io.selendroid.grid.Selen droidCapabilityMatcher -role hub -host 127.0.0.1 -port 4444 Start nodes create a startwebnode.sh script with the following content: #!/bin/bash PORT=$1 java -jar selenium-server-standalone-2.52.0.jar -role node -hub http://127.0.0.1:4444/grid/register/ -port Read more about Gridifying Seleniet[…]

Seleniet v0.1.3 released

Added features New in the composer: an update checker thread on startup looking for new versions of Seleniet being available on eitzen.at server. Automatically downloading it to current folder. autocompletion on Labels (LBL_*) now adds the new entered labels into the list to be available for future completions local files are now checked for property files syntax and Read more about Seleniet v0.1.3 released[…]

Seleniet v0.1.2 released

Added features The Composer got some shiny improvements Variables entered are added to the auto completion and the variables sidepanel Support for popup menu on all textfields Support for encrypted properties in var.prop Dbl click and Enter key allows to quick open attachments from the Attachment selector Tooltip for subtests (zephyr only) are shown Ctrl + Read more about Seleniet v0.1.2 released[…]