Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kluge7 authored Apr 6, 2024
1 parent a88bf8e commit 4172e98
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,13 @@ npm run test:unit

## Run End-to-End Tests with [Cypress](https://www.cypress.io/)

```sh
npm run test:e2e:dev
```

This runs the end-to-end tests against the Vite development server.
It is much faster than the production build.

But it's still recommended to test the production build with `test:e2e` before deploying (e.g. in CI environments):

```sh
npm run build
npm run test:e2e
```

Rememeber that the backend application needs to be running for this to work.

# Common Issues and Troubleshooting

## Issues with the Backend Server
Expand Down

0 comments on commit 4172e98

Please sign in to comment.