v0.9.3
Pre-release
Pre-release
added
- Introduce setting
robotcode.robot.paths
and correspondend launch config propertypaths
- Specifies the paths where robot/robotcode should discover test suites. Corresponds to the 'paths' option of robot
- Introduce setting
robotcode.robot.variableFiles
and correspondend launch config propertyvariableFiles
- Specifies the variable files for robotframework. Corresponds to the '--variablefile' option of robot.
- Rework debugger termination
- if you want to stop the current run
- first click on stop tries to break the run like if you press CTRL+c to give the chance that logs and reports are written
- second click stops/kill execution
- if you want to stop the current run
- 'None' values are now shown correctly in debugger