/save

Saves the current state of the test script to a file.

This command generates a YAML file with the history of executed commands and tasks.

> /save

  saving...

  Current test script:

  version: 4.0.0
  steps:
    - prompt: navigate to fiber.google.com
      commands:
        - command: focus-application
          name: Google Chrome
        - command: hover-text
          text: Search Google or type a URL
          description: main google search
          action: click
        - command: type
          text: fiber.google.com
        - command: press-keys
          keys:
            - enter

Last updated