View on GitHub

RED - Robot Editor

Eclipse based editor for RobotFramework testcases

RED - Robot Editor User Guide > User guide > Validation >

Running validation in command line

RED can be run in headless mode (without GUI) to provide validation info of included projects. During validation, settings are read from red.xml of each of the projects thus preserving links to referenced libraries, variable mappings or include/exclude folders. Only opened projects are validated.

Output of headless execution is report of validated projects and xml report in checkstyle format.

Syntax:

eclipse -application org.robotframework.ide.eclipse.main.plugin.validation -data $WORKSPACE_PATH -nosplash -consoleLog --launcher.suppressErrors -import $PROJECT_PATHS -projects $PROJECT_NAMES -report $RAPORT_FILE