Skip to content

Commit

Permalink
doc: e2e test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Myllaume committed Jul 23, 2024
1 parent 3dede92 commit 1953c86
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@ npm run i # install dependences + build JS files
npm run watch:front # build web browser script
npm run watch:back # build NodeJs executable file
nodemon --ext js,cjs --watch dist/ --exec "sh e2e/exec-modelize.sh" # make cosmoscope files for dev or E2E testing
```
```

## E2E testing

```bash
sh e2e/exec-modelize.sh
npm run test:e2e
```

0 comments on commit 1953c86

Please sign in to comment.