Skip to content

Commit

Permalink
Merge pull request NoroffFEU#3 from MagnusPladsen/unit-test-1
Browse files Browse the repository at this point in the history
Create e2e-test.yml
  • Loading branch information
MagnusPladsen authored Jul 27, 2023
2 parents a0831e3 + 29bb61f commit 5388585
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 5388585

Please sign in to comment.