Use marathon as GUI test

800 Views Asked by At

I use marathon for testing GUI and run it with own UI and work properly with this UI. I need to run it without own UI for example by shell script or other language. How to run it without own UI and with console and other scripting language even in JAVA.

1

There are 1 best solutions below

0
Dakshinamurthy Karra On BEST ANSWER

Marathon has a batch option where it executes without a UI.

Try marathon -help which should give you the options.