docs: update testing procedure
This commit is contained in:
parent
cd528cd130
commit
d682511220
1 changed files with 15 additions and 3 deletions
|
@ -47,7 +47,19 @@
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
Use following services to test & benchmark different aspects of the site
|
1. Build site
|
||||||
|
|
||||||
- https://seoptimer.com
|
```
|
||||||
- https://gtmetrix.com
|
pnpm build
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Run E2E Tests
|
||||||
|
|
||||||
|
```
|
||||||
|
pnpm test:e2e
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Benchmark deployed sites using the following services:
|
||||||
|
|
||||||
|
- https://seoptimer.com
|
||||||
|
- https://gtmetrix.com
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue