mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
TestDriver.ai: Validate that overlapping text does not appear in UI (#528)
This commit is contained in:
parent
a16e01f73b
commit
8cea209823
17
.github/workflows/regression.yml
vendored
17
.github/workflows/regression.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- uses: dashcamio/testdriver@main
|
- uses: dashcamio/testdriver@main
|
||||||
id: testdriver
|
id: testdriver
|
||||||
with:
|
with:
|
||||||
version: v2.9.4
|
version: v2.10.2
|
||||||
prerun: |
|
prerun: |
|
||||||
rm ~/Desktop/WITH-LOVE-FROM-AMERICA.txt
|
rm ~/Desktop/WITH-LOVE-FROM-AMERICA.txt
|
||||||
cd ~/actions-runner/_work/testdriver/testdriver/
|
cd ~/actions-runner/_work/testdriver/testdriver/
|
||||||
@ -42,12 +42,14 @@ jobs:
|
|||||||
echo "Electron Done"
|
echo "Electron Done"
|
||||||
exit
|
exit
|
||||||
prompt: |
|
prompt: |
|
||||||
|
1. wait 10 seconds
|
||||||
1. click "Continue"
|
1. click "Continue"
|
||||||
2. click "Create new tab"
|
1. click "Create new tab"
|
||||||
2. focus the Wave input with the keyboard shorcut Command + I
|
1. validate that overlapping text does not appear in the application
|
||||||
3. type 'ls' into the input
|
1. focus the Wave input with the keyboard shorcut Command + I
|
||||||
4. press return
|
1. type 'ls' into the input
|
||||||
5. validate Wave shows the result of 'ls'
|
1. press return
|
||||||
|
1. validate Wave shows the result of 'ls'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- uses: peter-evans/create-or-update-comment@v4
|
- uses: peter-evans/create-or-update-comment@v4
|
||||||
@ -56,7 +58,8 @@ jobs:
|
|||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
body: |
|
body: |
|
||||||
## TestDriver Summary
|
## TestDriver Summary
|
||||||
|
${{ steps.testdriver.outputs.markdown }}
|
||||||
${{ steps.testdriver.outputs.summary }}
|
${{ steps.testdriver.outputs.summary }}
|
||||||
reactions: |
|
reactions: |
|
||||||
+1
|
+1
|
||||||
-1
|
-1
|
||||||
|
Loading…
Reference in New Issue
Block a user