Skip to content

Feature: Environment-Aware Conditionals #455

@wurzelkuchen

Description

@wurzelkuchen

Quick Description

Building on the "If/Optional" logic, tests need to behave differently based on the execution context like browser type (Chrome vs Safari) or screen resolution (Mobile vs Desktop).

User Story

As a Cross-Browser Tester,
I want to use if/optional steps depending on the browser or resolution
so that I can handle mobile-specific menus or browser-specific popups in a single prompt.

General Approach

  • Allow our conditional steps to be executed based on Browser/Resolution etc.

Examlple

  • Implement environment detection: IF resolution less than 768px THEN Click "Hamburger Menu".
  • Support browser-specific triggers: IF browser is "Safari" THEN ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions