DoesQA
WebsiteLogin
  • Welcome to DoesQA
  • Additional Items
    • ๐Ÿ› ๏ธGetting Started
    • ๐Ÿ”—Nodes
      • Starters
      • Actions
      • Checks
        • Comparison Types
      • Change Detection
      • Validators
      • Data
      • Integrations
      • Utilities
      • Runner
    • ๐ŸงชTests
    • ๐ŸชจElements
    • ๐Ÿ”ขValues (Value Store)
    • ๐ŸชCI/CD - Webhook Configuration
    • โ–ถ๏ธRun Events
    • ๐ŸŒŸNode Groups
    • Whitelisting IPs
  • Test Steps
    • Action
      • Touch
Powered by GitBook
On this page
  • Set Headers
  • Stop on Element
  • Stop on Value
  1. Additional Items
  2. Nodes

Runner

A list of runner-specific nodes, these are not user-action nodes and are useful for actions such as controlling request headers

PreviousUtilitiesNextTests

Last updated 1 year ago

Set Headers

This node causes a refresh of the current URL that you are on, for some SPA's this may cause state changes.

Configuration

Comment

You can either Set Headers, Add Headers, or Remove Headers with this node.

Set Headers

Headers set in this node are additional to any that came before it, this may be in Advanced Open or other Set / Add Headers nodes.

Provide a JSON object of key-value pairs to set.

Add Headers

Add a singular header, both the key and value can include Values (Value Store)values.

Remove Headers

Remove all added headers - This will only remove headers added by the Advanced Open, and Set / Add Headers node, and not any default or out-of-test headers that are set.

Stop on Element

If you would like to programmatically stop a test case if an element Is or is not displayed

Test cases that stop are in a "passed" state

Stop on Value

Use this node to stop a test based on a value, you can also use Values (Value Store)values.

๐Ÿ”—
Set / Add / Remove Headers
Stop on Element
Stop on Value