Compare commits

...

10 Commits

Author SHA1 Message Date
Ian Jennings f0dd9b8ad7 maybe changing nodejs is causing problems 2024-09-19 22:32:03 -05:00
Ian Jennings a3192cad45 update theme.yml 2024-09-19 18:04:06 -05:00
Ian Jennings 3c8ad9ef14 update theme.yml to v4 2024-09-19 16:32:19 -05:00
Ian Jennings 380f8612b0 updoot 2024-09-19 14:18:22 -05:00
Ian Jennings b7f6dbe392 updoot 2024-09-19 13:29:34 -05:00
Ian Jennings c81b07b9d7 use yarn, duh 2024-09-19 13:11:47 -05:00
Ian Jennings 89b383df7d this is weird but lets try it 2024-09-13 17:18:39 -05:00
Ian Jennings c811e5af52 try global rebuild 2024-09-13 16:43:26 -05:00
Ian Jennings 1b44764074 I don't think we need rebuild anymore 2024-09-12 18:56:27 -05:00
Ian Jennings 19a336b978 update for v4 2024-09-12 16:27:34 -05:00
3 changed files with 42 additions and 42 deletions
@@ -14,7 +14,6 @@ permissions:
contents: read # To allow the action to read repository contents
pull-requests: write # To allow the action to create/update pull request comments
jobs:
test:
name: "TestDriver"
@@ -23,7 +22,6 @@ jobs:
- uses: dashcamio/testdriver@main
id: testdriver
with:
version: v3.9.0
key: ${{secrets.DASHCAM_API}}
os: mac
prerun: |
@@ -44,8 +42,8 @@ jobs:
echo "Starting Electron"
scripthaus run electron 1>/dev/null 2>&1 &
echo "Electron Done"
cd /Users/ec2-user/Downloads/td/
npm rebuild
npm install testdriverai -g
npm install dashcam -g
exit
prompt: |
1. /run /Users/ec2-user/actions-runner/_work/testdriver/testdriver/.testdriver/wave1.yml
1. /run testdriver/theme.yml
-37
View File
@@ -1,37 +0,0 @@
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
+39
View File
@@ -0,0 +1,39 @@
version: 4.0.0
steps:
- prompt: "onboarding"
commands:
- command: focus-application
name: Electron
- command: hover-text
description: Get started CTA
text: Get Started
action: click
- prompt: "change theme"
commands:
- 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