4

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.

Ross Allen
  • 43,772
  • 14
  • 97
  • 95
Sajad Bahmani
  • 17,325
  • 27
  • 86
  • 108

1 Answers1

2

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

Try marathon -help which should give you the options.

Dakshinamurthy Karra
  • 5,353
  • 1
  • 17
  • 28