Skip to content

Commit

Permalink
Merge pull request #7 from Ramsnes/Ramsnes-patch-1
Browse files Browse the repository at this point in the history
Create e2e-test.yml
  • Loading branch information
Ramsnes authored Jan 28, 2024
2 parents 31b7208 + c362bd7 commit 053b4e5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Automated E2E Testing
on:
pull_request:
workflow_dispatch:
jobs:
run-e2e-tests:
name: Run E2E Tests
runs-on: ubuntu-latest
steps:
- name: Checkout under $GITHUB_WORKSPACE
uses: actions/checkout@main

- name: run cypress tests with electron
uses: cypress-io/github-action@v4
with:
browser: electron

0 comments on commit 053b4e5

Please sign in to comment.