Skip to content

Commit

Permalink
Add public-ui-test suite, add ui tests into github actions (#739)
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <[email protected]>
  • Loading branch information
odockal authored Jan 31, 2023
1 parent 9f8f207 commit e210de7
Show file tree
Hide file tree
Showing 5 changed files with 663 additions and 530 deletions.
19 changes: 18 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,28 @@ jobs:
run: npm run vscode:prepublish

# Run tests
- name: Run Test
- name: Run Tests
uses: GabrielBB/[email protected]
with:
run: npm test --silent

# Run UI tests
- name: Run UI Tests
uses: GabrielBB/[email protected]
with:
run: npm run public-ui-test
options: -screen 0 1920x1080x24

# Archiving integration tests artifacts
- name: Upload test artifacts
uses: actions/upload-artifact@v2
if: failure()
with:
name: artifacts-${{ matrix.os }}
path: |
test-resources/screenshots/*.png
retention-days: 2

# Upload coverage to codecov.io
- name: Codecov
uses: codecov/[email protected]
Expand Down
Loading

0 comments on commit e210de7

Please sign in to comment.