sakuli-go-wrapper

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

README

Platform-independent Sakuli-Starter in Go

Compile by your self

Requirements:
  • Go 1.5
Installation
go get github.com/ConSol/sakuli-go-wrapper
  • Own OS
go build github.com/ConSol/sakuli-go-wrapper
  • Cross-Platform (Example is for compiling on Windows for Linux)
set GOOS=linux
set GOARCH=386
go build github.com/ConSol/sakuli-go-wrapper
  • Build windows and linux binary
make

or

mvn install
  • IntelliJ Settings go settings intellij

Usage

Generic Sakuli test starter.
2016 - The Sakuli team / Philip Griesbacher.
http://www.sakuli.org
https://github.com/ConSol/sakuli

Usage of sakuli-go-wrapper:
  -D value
    	JVM option to set a property on runtime, overwrites the 'sakuli.properties'
  -browser string
    	(optional) browser for the test execution (default: Firefox)
  -encrypt string
    	encrypt a secret
  -interface string
    	(optional) network interface used for encryption
  -javahome string
    	Java bin dir (overwrites PATH)
  -loop int
    	loop this suite, wait n seconds between executions, 0 means no loops (default: 0)
  -postHook value
    	A programm which will be executed after sakuli (Can be added multiple times)
  -preHook value
    	A programm which will be executed before sakuli (Can be added multiple times)
  -run string
    	run a sakuli test suite
  -sahi_home string
    	(optional) Sahi installation folder
  -sakuli_home string
    	(optional) SAKULI_HOME folder, default: environment variable 'SAKULI_HOME' (default "C:\\XXX")

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL