Robot Framework Integrated Development Environment (RIDE)
robotide.contrib.testrunner.runprofiles Namespace Reference

Classes

class  BaseProfile
 Base class for all test runner profiles. More...
 
class  CustomScriptProfile
 A runner profile which uses script given by the use. More...
 
class  PybotProfile
 A runner profile which uses robot. More...
 

Variables

 OUTPUT_ENCODING = getfilesystemencoding()
 
string RF_INSTALLATION_NOT_FOUND
 

Variable Documentation

◆ OUTPUT_ENCODING

robotide.contrib.testrunner.runprofiles.OUTPUT_ENCODING = getfilesystemencoding()

Definition at line 45 of file runprofiles.py.

◆ RF_INSTALLATION_NOT_FOUND

string robotide.contrib.testrunner.runprofiles.RF_INSTALLATION_NOT_FOUND
Initial value:
1 = """Robot Framework installation not found.<br>
2 To run tests, you need to install Robot Framework separately.<br>
3 See <a href="http://robotframework.org">http://robotframework.org</a> for
4 installation instructions.
5 """

Definition at line 147 of file runprofiles.py.