Skip to content

Commit

Permalink
Revert "Testing"
Browse files Browse the repository at this point in the history
  • Loading branch information
stazrouti committed Feb 7, 2024
1 parent fa83793 commit 5f61991
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 111 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/Cypress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Run Cypress Tests

on:
push:
branches:
- main

jobs:
cypress:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14

- name: Install Dependencies
run: npm install

- name: Run Cypress Tests
run: npm run cypress:run
6 changes: 0 additions & 6 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,4 @@ module.exports = defineConfig({
bundler: "webpack",
},
},

e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});
29 changes: 0 additions & 29 deletions cypress/e2e/Home.cy.js

This file was deleted.

56 changes: 0 additions & 56 deletions cypress/e2e/reservation.cy.js

This file was deleted.

20 changes: 0 additions & 20 deletions cypress/support/e2e.js

This file was deleted.

0 comments on commit 5f61991

Please sign in to comment.