Skip to content

single quotes cause error #40

@test-fullautomation

Description

@test-fullautomation

In opposite to the already fixed standard configuration files it is not possible to use single quotes inside a local configuration file.

Example:
${params}['global']['teststring'] : "I am the 'local' configuration"

Causes:

ERROR - Loading local config failed! Reason: Could not set variable 'params['global']['teststring']' with value 'I am the 'local' configuration'!
UNKNOWN - Unknown exception occurs. Details: Could not set variable 'params['global']['teststring']' with value 'I am the 'local' configuration'!
  • Single quotes should be possible also in local configuration
  • The log file contains two error messages with mostly the same content. This redundancy should be avoided
  • The variable name is incomplete (${} is missing): 'params['global']['teststring']' instead of '${params}['global']['teststring']'

Reference:
https://github.com/test-fullautomation/robotframework-testsuitesmanagement/tree/HolQue/task/documentation_updates_and_fixes

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.6.0bugSomething isn't working

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions