name: CLI-CreateExecution-test4
env: shop-blinq
branch: main
flows:
  - browser: Chromium
    viewport: 1280x720
    scenarioGroups:
    - name: Scenario Group 1
      tags:
        - db
        - asdf
    - name: Scenario Group 2
      tags:
        - sample
        - simple
  - browser: Chromium
    viewport: 1280x720
    scenarioGroups:
    - name: SG 1
      tags:
        - asdf
    - name: group two
      tags:
        - db
schedule:
  time: 17:30
  timezoneOffset: +05:30    # Timezone offset in hours, e.g., +05:30 for IST
  repeat: daily             # Options: daily, weekly,
  days:                     # Options: the days if weekly, else empty
    - monday
    - tuesday
    - saturday