Skip to content

Commit 2c152d6

Browse files
Merge pull request #9 from DeDuckProject/test
Improved demo visually, WIP adding mouse interactions - testing. NOTE: we might have some redundant code here for testing. Make sure to go over it later and remove stuff we don't need.
2 parents 7e9ec25 + 4bbd38c commit 2c152d6

9 files changed

Lines changed: 1020 additions & 83 deletions

File tree

.github/workflows/demo.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,12 @@ jobs:
9393
env:
9494
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96+
GG_DEBUG_TRACE: '1'
97+
98+
- name: Upload Playwright trace
99+
if: always() && steps.check.outputs.should-run == 'true'
100+
uses: actions/upload-artifact@v4
101+
with:
102+
name: playwright-trace
103+
path: ./recordings/trace.zip
104+
if-no-files-found: ignore

examples/simple-app/public/index.html

Lines changed: 391 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)