Skip to content

Commit

Permalink
docs(#37): 📝 Update readme to explain how to run cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinc committed Oct 27, 2025
1 parent dc9f0a6 commit b5a3798
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,19 @@ This application is built using Potree as a package, meaning that the potree bui
### Updating Potree version

To update the version of Potree that this application uses you must make a build from the official potree app and replace the build folder here with the new one. There is no guarantee that Molloy Explorer is compatible with other versions of potree. Make sure that everything works on the development server before applying this to the production server.


## Cypress Testing

### Run Development Server

```bash
npm run dev
```

### Run Cypress tests
Then in a new terminal run the tests:

```bash
npx cypress run
```

0 comments on commit b5a3798

Please sign in to comment.