Skip to content

Commit

Permalink
Merge pull request #3 from EF-Pami/EF-Pami-patch-2
Browse files Browse the repository at this point in the history
Create e2e-test.yml
  • Loading branch information
EF-Pami authored Jan 27, 2024
2 parents cd0ce21 + 710643f commit 7d4d74e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 7d4d74e

Please sign in to comment.