Skip to content

Add validation error when a variable is not found in current block #41

Description

@tpluscode
With Class "http://localhost:5678/api#Installation" {
    Expect Operation "http://localhost:5678/api#InstallOperation" {
        Invoke {
            Expect Status 201
            Expect Header Location [entrypoint]

            Follow [entry]
        }
    }
}

In the snippet above the variable entry used does not match the entrypoint being "declared". It should be validated and an error shown guarding against such errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    Core ⚛️Related to core grammar

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions