@allurereport/static-server 3.8.2 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allurereport/static-server",
3
- "version": "3.8.2",
3
+ "version": "3.9.0",
4
4
  "description": "Minimalistic web-server for serving static files",
5
5
  "keywords": [
6
6
  "allure",
@@ -24,7 +24,7 @@
24
24
  "scripts": {
25
25
  "build": "run clean && tsc --project ./tsconfig.json",
26
26
  "clean": "rimraf ./dist",
27
- "pretest": "rimraf ./out",
27
+ "pretest": "rimraf ./out && playwright install chromium",
28
28
  "test": "run-p 'test:*'",
29
29
  "test:unit": "vitest run",
30
30
  "test:e2e": "playwright test",
@@ -32,7 +32,7 @@
32
32
  "lint:fix": "oxlint --import-plugin --fix src test features stories"
33
33
  },
34
34
  "dependencies": {
35
- "@allurereport/directory-watcher": "3.8.2",
35
+ "@allurereport/directory-watcher": "3.9.0",
36
36
  "open": "^10.1.0"
37
37
  },
38
38
  "devDependencies": {