mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Update frontend testing dev documentation
This commit is contained in:
parent
37e928d869
commit
981b090088
@ -216,19 +216,18 @@ The front end is built using AngularJS. In order to get started, you need Node.j
|
|||||||
$ git ls-files -- '*.ts' | xargs pre-commit run prettier --files
|
$ git ls-files -- '*.ts' | xargs pre-commit run prettier --files
|
||||||
```
|
```
|
||||||
|
|
||||||
- Front end testing uses jest and cypress. There is currently a need
|
- Front end testing uses Jest and Playwright. Unit tests and e2e tests,
|
||||||
for significantly more front end tests. Unit tests and e2e tests,
|
|
||||||
respectively, can be run non-interactively with:
|
respectively, can be run non-interactively with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ng test
|
$ ng test
|
||||||
$ npm run e2e:ci
|
$ npx playwright test
|
||||||
```
|
```
|
||||||
|
|
||||||
- Cypress also includes a UI which can be run with:
|
- Playwright also includes a UI which can be run with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ./node_modules/.bin/cypress open
|
$ npx playwright test --ui
|
||||||
```
|
```
|
||||||
|
|
||||||
- In order to build the front end and serve it as part of Django, execute:
|
- In order to build the front end and serve it as part of Django, execute:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user