Skip to content

Commit

Permalink
Setup vscode tests
Browse files Browse the repository at this point in the history
commit-id:633829f2
  • Loading branch information
Draggu committed Dec 6, 2024
1 parent 416694d commit c556f84
Show file tree
Hide file tree
Showing 7 changed files with 4,409 additions and 243 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
- run: npm run lint-eslint
- run: npm run compile-test
- run: npm test
- run: xvfb-run --auto-servernum --server-args='-screen 0 1920x1080x24' npm run ui-test
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
/.vscode/settings.json
/.idea/
.DS_Store
.test-extensions
.spr.yml
Loading

0 comments on commit c556f84

Please sign in to comment.