Skip to content

Adding ability to check if last command pass/failed #369

@modnar1226

Description

@modnar1226

🚀 Feature Proposal

A clear and concise description of what the feature is.
2 Parts.
Part 1: Toggle the automatic stoppage of the runner using a global variable either as a command or a UI feature.
Part 2: When stoppage is turned off, ability to check status of a previous command using a js statement.

Motivation

Please outline the motivation for the proposal.

It would open up avenues for testing if some object failed to load, do this instead, or adding logic for test cases to handle problematic areas.

Example

Please provide an example for how this feature would be used.

Scenario: runner clicks a link, its buggy so it opens 2 windows. The test also opens other windows later in the test causing pre-programmed logic to fail due to window numbers being off count.

Example: being able to test if the last command failed and being able to try another window number.
command: if
target: ${!lastCommandOK}
value: Try something else.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions