Skip to content

[RobotFramework-Windows] Can't run tests when the test reference contains "\"

  • Orchestrator: 4.0.0_RC1
  • SquashTM: 4.1.0
  • OS: Windows

We can't run a test if it contains a \ in it's test reference on Windows environment.

  • Squash :

image

  • Orchestrator logs :

image

We can see here that the command interprets one \ .

To fix it need to add \ to run it correctly:

image

Be careful with the report parsing too.

Edited by Adrian ANDRE