robotframework-2.7.7.src.bin.jybot Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework Show documentation
Show all versions of robotframework Show documentation
High level test automation framework
The newest version!
#!/usr/bin/env jython
import sys
from robot import run_cli
run_cli(sys.argv[1:])