Skip to content

Commit

Permalink
Resetup Cypress and remove old specs
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonBein committed Aug 9, 2023
1 parent ddb53f0 commit 5da7972
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 286 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Node install
working-directory: frontend
run: npm install --legacy-peer-deps
- name: Cypress run
uses: cypress-io/github-action@v5
Expand Down
5 changes: 5 additions & 0 deletions frontend/cypress/e2e/application.cy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
describe('Application', () => {
it('is available', () => {
cy.visit('http://localhost:3000');
})
})
163 changes: 0 additions & 163 deletions frontend/cypress/e2e/petri-sim/maintest.cy.js

This file was deleted.

Loading

0 comments on commit 5da7972

Please sign in to comment.