Skip to content

Commit

Permalink
Add missing jest-html-reporters configuration
Browse files Browse the repository at this point in the history
- Add jest-html-reporters configuration to generate HTML test reports
- Reports will be saved in ./artifacts/report.html
  • Loading branch information
imanish003 committed Dec 23, 2024
1 parent f9c3138 commit fddd56f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,17 @@
],
"globals": {
"STORE_URL": "http://localhost:8802"
}
},
"reporters": [
"default",
[
"jest-html-reporters",
{
"publicPath": "./artifacts",
"filename": "report.html"
}
]
]
},
"config": {
"wp_org_slug": "storefront",
Expand Down

0 comments on commit fddd56f

Please sign in to comment.