From 2c3dab6ee98c483c76d56201c496982f3dce5433 Mon Sep 17 00:00:00 2001 From: Ian Jennings Date: Tue, 27 Aug 2024 20:13:38 -0500 Subject: [PATCH] upgrade to v3.9.0 (#768) --- .github/workflows/regression.yml | 3 +- .testdriver/wave1.yml | 64 ++++++++++++++++++-------------- 2 files changed, 38 insertions(+), 29 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 1a72c5f6..9214b99d 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -23,8 +23,9 @@ jobs: - uses: dashcamio/testdriver@main id: testdriver with: - version: v3.6.5 + version: v3.9.0 key: ${{secrets.DASHCAM_API}} + os: mac prerun: | cd ~/actions-runner/_work/testdriver/testdriver/ brew install go diff --git a/.testdriver/wave1.yml b/.testdriver/wave1.yml index aff4e874..501e8dc3 100644 --- a/.testdriver/wave1.yml +++ b/.testdriver/wave1.yml @@ -1,29 +1,37 @@ -steps: - - step: - - command: focus-application - name: Electron - - command: hover-text - text: Get Started - action: click - - command: hover-text - text: Settings - action: click - - command: hover-text - text: 13px - action: click - - command: hover-text - text: 12px - action: click - - command: hover-text - text: Dark - action: click - - command: hover-text - text: Light - action: click - - command: hover-text - text: workspace-1 - action: click - - step: - - command: assert - expect: the terminal is white +version: 3.8.0 + steps: + - prompt: "Focus electron" + commands: + - command: focus-application + name: Electron + - command: hover-text + description: Get started CTA + text: Get Started + action: click + - command: hover-text + description: Settings button + text: Settings + action: click + - command: hover-text + description: font size 13 + text: 13px + action: click + - command: hover-text + description: font size 12 + text: 12px + action: click + - command: hover-text + description: theme selector + text: Dark + action: click + - command: hover-text + description: theme color white + text: Light + action: click + - command: hover-text + description: workspace + text: workspace-1 + action: click + - command: assert + expect: the terminal is white