Skip to content

v0.9.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 16:25
v0.9.3
0d956e5

added

  • Introduce setting robotcode.robot.paths and correspondend launch config property paths
    • 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 property variableFiles
    • 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
  • 'None' values are now shown correctly in debugger